libboxes
boxes is a set of specialised containers built on top of STL
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nboxes
 Ncache
 Npolicy
 CLFUEviction policy that evicts the least frequently used element
 CMRUConstructs a new MRU eviction policy
 CNoEvictionEviction policy that never evicts elements
 CCacheGeneric cache with pluggable eviction policies
 Nfilter
 Nbloom
 CBloomA generic bloom filter implementation
 Nhash
 CBJOneAtATimeBoxes wrapper for Bob Jenkins' One-at-a-Time algorithm
 CHashWithSeedFamilyAbstracts a hash family functor that requires a seed n times with different seed
 CKirschMitzenmacherAbstracts a Kirsch-Mitzenmacher hash family functor
 CMurmur2A_X64_64Boxes wrapper for the Murmur2A algorithm
 CXXHash64Boxes wrapper for the xxhash64 algorithm
 CLinkedVectorImplements a vector-like container that uses a linked list of fixed-size chunks to store its elements
 CRingBufferImplements a fixed-size double ended queue