Prev: const is an overrated concept that is a source of extra typing and maintenance
Next: const is an overrated concept that is a source of extra typing and maintenan
From: Paul Pogonyshev on 25 Mar 2010 08:24 Hi, I'd like to announce a new free software project, Miscellaneous Container Templates, MCT for short. So far it contains only two containers similar to STL TR1 unordered_set and unordered_map, but significantly faster. In speed terms the implementation is comparable to dense_hash_* containers of Google Sparsehash library, but doesn't restrict values in any way and provides exception safety. MCT comes with almost complete documentation, moderate test coverage and one benchmark program. Documentation includes a more elaborate comparison with other implementations, detailed list of (minor) incompatibilities with unordered_* containers and a reference section. The library is available under the terms of MIT license. More information, source code and documentation is available from the project's web page: https://launchpad.net/libmct Paul -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |