string_dictversion Documentation on ocaml.org
Efficient static string dictionaries
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.
| Author | Jane Street Group, LLC |
|---|---|
| License | MIT |
| Published | |
| Homepage | https://github.com/janestreet/string_dict |
| Issue Tracker | https://github.com/janestreet/string_dict/issues |
| Maintainer | Jane Street developers |
| Dependencies |
|
| Source [http] | https://ocaml.janestreet.com/ocaml-core/v0.16/files/string_dict-v0.16.0.tar.gz sha256=3b1ddb64e46272a434dfd593b6c1f3c370fd585899cfa9dd5334c170ee9ce67b |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/string_dict/string_dict.v0.16.0/opam |
No package is dependent


