libboxes
boxes is a set of specialised containers built on top of STL
boxes Directory Reference
Directory dependency graph for boxes:
include/boxes

Files

file  bloom_filter.hpp [code]
 Implements a generic bloom filter. The bloom filter allows for customisation of used hash functions and hash functions.
 
file  boxes.hpp [code]
 
file  cache.hpp [code]
 Implements generic cache with pluggable eviction policies.
 
file  compiler.hpp [code]
 
file  hash_utils.hpp [code]
 Contains utilities for instantiating hash functions and hash families.
 
file  hashes.hpp [code]
 Contains wrappers for various hash functions that can be used in Bloom filters.
 
file  linked_vector.hpp [code]
 Implements a vector-like container that uses a linked list of fixed-size chunks to store its elements.
 
file  ring_buffer.hpp [code]
 Implements a fixed-size double-ended queue.
 
file  util.hpp [code]