package string_dict

  1. Overview
  2. Docs
Efficient static string dictionaries

Install

Dune Dependency

Authors

Maintainers

Sources

string_dict-v0.13.0.tar.gz
md5=d59386f70c238316854e2b4c7a17471f

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: 20 Nov 2019

Dependencies (5)

  1. dune >= "1.5.1"
  2. ppx_hash >= "v0.13" & < "v0.14"
  3. ppx_compare >= "v0.13" & < "v0.14"
  4. base >= "v0.13" & < "v0.14"
  5. ocaml >= "4.04.2"

Dev Dependencies

None

Used by

None

Conflicts

None