pogreb icon indicating copy to clipboard operation
pogreb copied to clipboard

Low write performance on Windows

Open akrylysov opened this issue 6 years ago • 1 comments

More details at https://github.com/akrylysov/pogreb/issues/22.

Key size=16, value size=1.

Writing 1M items on Linux - 16 sec. Writing 1M items on Mac - 14 sec. Writing 1M items on Windows - 165 sec.

akrylysov avatar Nov 04 '19 14:11 akrylysov

Just found pogreb through your original blog post, and looking through the repo came across this issue.

It might not be your issue, but I recall seeing worse performancebon Windows last time I used memory mapped files for something, even though performance was much better in Linux. That was with dotnet rather than Go, and of course it's perfectly possible I simply messed something up, but a quick Google search does seem to find others saying the same thing 🤷‍♂️

cocowalla avatar Aug 05 '20 17:08 cocowalla