24 Aug
2007
24 Aug
'07
2:01 p.m.
On 8/24/07, Oliver Kania
Hello !
I am looking for a hashmap that is boost::serializeable, has good performance and is implemented by boost-means. Furthermore, it must have vector<long> as key type. I tried multiindex, but it seems one cannot have keys that are not members of the value type. Boost Bimap is not serializeabel and i do not need the bimap functionality.
Oliver, Bimap is as efficient as MultiIndex in both time and space, is serializable and you can disallow the right map if you do not use it to achieve better performance. Please tell me what problems are you experienced with it. Thanks! Best regards Matias PS: Bimap online docs ---> http://tinyurl.com/22sja5