Custom Search
Showing posts with label Boost.MultiIndex. Show all posts
Showing posts with label Boost.MultiIndex. Show all posts

Thursday, January 24, 2008

C++ STL list with logarithmic lookup ??

If we talk about standard C++ SQL (C++03, at least) looking for a data structure to simulate a list with logarithmic lookup, the question will appear to be contradictory to begin with.

If we are looking for a data structure whose access pattern is different from that of the underlying storage mechanism - Boost MultiIndex is an option worth spending at.