I\'m looking for suggestions regarding in-memory key-value store engines or libraries, that have C++ interfaces or that are written in C++.
I\'m looking for solutions t
How about std::map? http://cplusplus.com/reference/stl/map/
std::map