package tezos-context

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

An implementation of append-only arenas of fixed-length strings, with support for manual expansion.

module Small_list : sig ... end

A list type optimised for memory efficiency of small list sizes (~ 1-6).

module String_set : sig ... end

A mutable set implementation optimised for storing fixed-length strings.