chunkedseq
container library for large in-memory data sets
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Todo List
Member failwith (std::string s)
see cmdline invalid argument
Member pasl::data::chunkedseq::basic_deque_configuration< Item, Chunk_capacity, Client_cache, Chunk_struct, Middle_sequence, Item_alloc >::parent_pointer_type

fix bug in finger search that is causing iterator-based traversal to fail unit test in mode -generate_by_insert 1

once finger search bug is fixed, enable finger search by default

Member pasl::data::chunkedseq::chunkedbagbase< Configuration, Iterator >::split (const Pred &p, reference middle_item, self_type &other)
document
Member pasl::data::chunkedseq::chunkedbagbase< Configuration, Iterator >::split (const Pred &p, self_type &other)
document
Member pasl::data::chunkedseq::chunkedseqbase< Configuration, Iterator >::split (const Pred &p, reference middle_item, self_type &other)
document
Member pasl::data::chunkedseq::chunkedseqbase< Configuration, Iterator >::split (const Pred &p, self_type &other)
document
Member pasl::data::fixedcapacity::base::ringbuffer_idx< Array_alloc, Item_alloc >::frontn (value_type *dst, int nb)
: remove modulo operations below, using a "wrap" function.
Member pasl::data::fixedcapacity::base::ringbuffer_ptr< Array_alloc, Item_alloc >::for_each (const Body &body) const
: comment on the signature of body
Member pasl::data::fixedcapacity::base::ringbuffer_ptr< Array_alloc, Item_alloc >::for_each_segment (int lo, int hi, const Body &body) const
: comment on the signature of body
Member pasl::data::fixedcapacity::base::ringbuffer_ptr< Array_alloc, Item_alloc >::pushn_back (const Body &body, int nb)
: add a comment on the signature of body
Member scenario_lifo_with_or_without_pop ()
factorize fifo and lifo