Fix memfs concurrent read and write performance

This commit is contained in:
Ingo Oppermann
2024-03-15 15:25:25 +01:00
parent a4b906e855
commit c78a9cb6d9
20 changed files with 2699 additions and 142 deletions

View File

@@ -27,6 +27,7 @@ func TestMemFromDir(t *testing.T) {
"/disk.go",
"/fs_test.go",
"/fs.go",
"/mem_storage.go",
"/mem_test.go",
"/mem.go",
"/readonly_test.go",