5 ms·
Can you try to use a memory-mapped file, so the tree is always stored to disk, without a need of de/serialization?
by idiocrat 2y ago
Can you try to use a memory-mapped file, so the tree is always stored to disk, without a need of de/serialization?
- apavlo 2y ago> Can you try to use a memory-mapped file Definitely do *not* use MMAP for this.