A C++ library which enables the construction of containers maintaining one or more indices with different sorting and access semantics.
I recently found boost::multi_index_container and I'm curious about his performance compared to my own implementation of a …
c++ boost std unordered-map boost-multi-index