Documentation for the C++ Library

AbstractIndex

Abstract Superclass for all Indices.

IntersectionType

An enum for querying the index.

Index

The main sparse prefix sum index class.

TypeDefs

Definition of all compiletime parameters for Index.

InMemTypeDef

Type definitions for a RAM Index

CachedTypeDef

Type definitions for a Cached Index.

DiskTypeDef

Type definitions for a Disk Index.

DiskVecGenerator

Generator class for a std::vector like.

RamVectorSorter

Sorter for a std::vector.

StdOutProgressStream

Catches all print output.

SimpleVector

A naive, iteration-based index implementation for benchmarking.

SimpleValVector

A simple vector to benchmark query time for individual numbers.