hat-trie
hat-trie copied to clipboard
need some advice on how to use map with shared memory
How to use map with shared memory, we use map to build a huge cache , we want to put the cache in shared memory to avoid rebuilding it on crashes. is it too much effort or simple ?? Thanks