Hacker News new | ask | show | jobs
by idiocrat 666 days ago
Can you try to use a memory-mapped file, so the tree is always stored to disk, without a need of de/serialization?
1 comments

> Can you try to use a memory-mapped file

Definitely do *not* use MMAP for this.