afero icon indicating copy to clipboard operation
afero copied to clipboard

Fix MemMapFs.Readdir to use files buffer

Open std0 opened this issue 4 years ago • 2 comments

To match behavior of os.File.Readdir, MemMapFs.Readdir should use files buffer instead of retrieving currently stored files on each call.

Fixes #261

std0 avatar Aug 20 '20 00:08 std0

Needs a rebase to fix conflicts

0xmichalis avatar Sep 02 '20 20:09 0xmichalis

@kargakis, done.

std0 avatar Sep 02 '20 22:09 std0