string_dict
Efficient static string dictionaries
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.
Install
- Published
-
31 May 2020
- Authors
-
- Maintainers
-
Sources
Dependencies
dune
>= "2.0.0"
ppx_hash
>= "v0.14" & < "v0.15"
ppx_compare
>= "v0.14" & < "v0.15"
base
>= "v0.14" & < "v0.15"
ocaml
>= "4.04.2"
Reverse Dependencies