Miscellaneous Container Templates is a C++ library that provides a collection of various STL-like containers with specific properties. It currently contains six closely related containers: closed_hash_set, closed_hash_map, linked_hash_*, and forward_hash_*. The first two are very similar to TR1 unordered_set and unordered_map; the linked ones provide additional functionality, while forward hash tables are more performant than linked, but have a restricted interface.
Release Notes: This is another bugfix release in 1.6 branch.
It fixes several bugs with compilation in the main code (mostly C++11) and the test suite
(on certain POSIX systems).
Release Tags: Major bugfixes, Stable
Tags: Hashtables
Licenses: MIT/X
Software page:
Miscellaneous Container Templates 1.6.2