
24 Aug
2009
24 Aug
'09
5:32 p.m.
AMDG Gautam Sewani wrote:
We wanted to add a map to Boost C++ libraries which would allow iteration in the order in which elements were inserted, and would also provide logarithmic time retrieval. A simple design for this would be to have a balanced binary tree along with an auxiliary linked list of pointers to the keys in the tree. We would be grateful if you could provide feedback on the utility and design.
take a look at Boost.MultiIndex. In Christ, Steven Watanabe