package cactus

  1. Overview
  2. Docs
module Version : sig ... end

Modules of this type are an abstraction barrier between the in-memory and on-disk representation of the metadata.

module Magic : sig ... end

Magic strings are used to mark the header of a btree or of a page.

module Address : sig ... end

The address of a page.

module Pointer : sig ... end

A pointer is an offset inside a page.

module Kind : sig ... end

The kind of a vertex, either a Node or a Leaf.