|
|
|
|
|
by hendzen
4203 days ago
|
|
why even pay the cost of memory mapping if its a transient embedded cache not shared between servers? just use a std::unordered_map, or better yet a tbb::concurrent_unordered_map or whatever the equivalent is for your language |
|