Hi List, I recently stumbled over this: http://code.google.com/p/google-sparsehash/
Those are a optimized reimplementations of the SGI hash_map optimized for performance and memory consumption. The dense_hash_map claims to be at least twice as fast the classical hash_map: http://google-sparsehash.googlecode.com/svn/trunk/doc/performance.html That stuff is licensed "New BSD" and seems to be rather fresh. However, since improving such a low-level data structure, that is widely used in OOo, might give interesting performance gains should we maybe keep an eye on that stuff? Opinions? Have Fun, Bjoern --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
