package string_dict

  1. Overview
  2. Docs
Efficient static string dictionaries

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=2e57a96c382080f574d6a36c37f080d608d6cade027b7262edd90e09e5052fff

Description

Efficient static string dictionaries. By static, we mean that new key-value pairs cannot be added after the dictionary is created.

This uses the algorithm the OCaml compiler uses for pattern matching on strings.

Published: 26 May 2024

Dependencies (5)

  1. dune >= "3.11.0"
  2. ppx_hash >= "v0.17" & < "v0.18"
  3. ppx_compare >= "v0.17" & < "v0.18"
  4. base >= "v0.17" & < "v0.18"
  5. ocaml >= "5.1.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.