chunkedseq
container library for large in-memory data sets
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  bench
 bench.cpp
 do_fifo.cpp
  examples
 chunkedseq_1.cppExample use of the chunked sequence
 chunkedseq_2.cppExample use of the chunked sequence
 chunkedseq_3.cppExample use of the chunked sequence
 chunkedseq_4.cppExample use of the chunked sequence
 chunkedseq_5.cppExample use of the chunked sequence
 chunkedseq_6.cppExample use of the chunked sequence
 chunkedseq_7.cppExample use of the chunked sequence
 iterator_1.cpp
 map.hppSTL-style map data structure
 map_1.cppExample use of the chunked sequence
 map_2.cpp
 segment_1.cpp
 trivbootchunkedseq.hppTrivial instantiation of bootstrapped chunked sequence
 weighted_split.cppExample use of the chunked sequence for weighted split
  include
 algebra.hppDefinitions of a few algebras
 annotation.hppDefines an interface for attaching data to nodes in the underlying tree structure of the chunked sequence
 bootchunkedseq.hppRepresentation of a chunk
 cachedmeasure.hppDefinitions of a few cached-measurement policies
 chunk.hppRepresentation of a chunk
 chunkedbag.hppChunked-bag functor
 chunkedseq.hppChunked-sequence functor
 chunkedseqbase.hppChunked-sequence functor
 chunkedseqextras.hppExtra container operations to be shared by chunked structures
 fixedcapacity.hppFixed capacity vectors
 fixedcapacitybase.hppImplementations of various fixed-capacity buffers
 ftree.hppHinze & Patterson's 2-3 finger tree
 itemsearch.hppRoutines for finding an item in a container via binary search
 iterator.hppSTL style iterators for our chunked sequences
 measure.hppDefinitions of a few standard measure functors
 segment.hppMemory segment
  test
 bootchunkseq.cpp
 generators.hppData generation for randomize unit testing
 graphviz_output.cpp
 prelims.hppData generation for randomize unit testing
 properties.hppTesting properties to be used by randomize unit testing to check invariants
 quickcheck_chunkedseq.cppUnit tests for our chunked sequence
 test_bootchunkedseq.cpp
 test_chunkedbag.cpp
 test_chunkedseq.cpp
 test_seq.hppUnit tests for sequences