STXXL
1.4-dev
|
Classes | |
class | external_array |
External array stores a sorted sequence of values on the hard disk and allows access to the first block (containing the smallest values). More... | |
class | external_array_writer |
class | internal_array |
Internal arrays store a sorted sequence of values in RAM, which will be merged together into the deletion buffer when it needs to be refilled. More... | |
class | minima_tree |
The minima_tree contains minima from all sources inside the PPQ. More... | |
class | ppq_iterator |
A random-access iterator class for block oriented data. More... | |