Miscellaneous Container Templates

An umbrella project for various stdlib-like containers with specific properties.
Download

Miscellaneous Container Templates Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Paul Pogonyshev
  • Operating Systems:
  • Windows All
  • File Size:
  • 200 KB

Miscellaneous Container Templates Tags


Miscellaneous Container Templates Description

Miscellaneous Container Templates is a C++ library designed to provide six general-purpose hash table containers: closed_hash_set, closed_hash_map, linked_hash_set, linked_hash_map, forward_hash_set and forward_hash_map. 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 restricted interface. In some cases performance of the closed_hash_* containers can be improved even further with optional intrusiveness support. All relevant C++0x features are supported on conforming compilers, there are three optional debugging modes, including two automatic, and MCT documentation is complete. There are also two benchmark families for comparison to other notable implementations and over a thousand of tests.


Miscellaneous Container Templates Related Software