package string_dict

  1. Overview
  2. Docs
Efficient static string dictionaries

Install

Dune Dependency

Authors

Maintainers

Sources

string_dict-v0.11.0.tar.gz
md5=4d0a287a231ce98eb2bd95a98817cab2

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: 27 Mar 2018

Dependencies (6)

  1. ocaml-migrate-parsetree >= "1.0" & < "2.0.0"
  2. jbuilder >= "1.0+beta18.1"
  3. ppx_hash >= "v0.11" & < "v0.12"
  4. ppx_compare >= "v0.11" & < "v0.12"
  5. base >= "v0.11" & < "v0.12"
  6. ocaml >= "4.04.1"

Dev Dependencies

None

Used by

None

Conflicts

None