Tessil / hat-trie

C++ implementation of a fast and memory efficient HAT-trie
MIT License
792 stars 114 forks source link

need some advice on how to use map with shared memory #59

Open RavikumarTulugu opened 3 weeks ago

RavikumarTulugu commented 3 weeks ago

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