Module hdt::containers

source ·
Expand description

Types for storing and reading data.

Modules§

  • In-memory RDF representation.
  • Variable length numbers.

Structs§

  • Adjacency list including a compact integer sequence and a bitmap for efficient access of that sequence using rank and select queries.
  • Compact bitmap representation with rank and select support.
  • https://www.rdfhdt.org/hdt-binary-format/: “preamble that describes a chunk of information”.
  • Integer sequence with a given number of bits, which means numbers may be represented along byte boundaries.

Enums§