Template for a class implementing a mapping from hashes to a user-specified type.
Class implementing a set of hashes. The set is built on top of an efficient bucket algorithm, allowing for fast look up of hashes in the set.
Template for a class implementing a mapping from a user-specified type to a user-specified type.
Template for a class implementing a set of hashed keys. The set is built on top of an efficient bucket algorithm, allowing for fast look up of keys in the set.
EBtree based map.