A hash set and hash map library for OCaml
  • OCaml 93.3%
  • Makefile 6.3%
  • Dune 0.4%
Find a file
2025-09-19 21:24:47 +02:00
attic Announcement. 2024-09-19 23:06:14 +02:00
benchmark Headers. 2024-09-18 21:24:15 +02:00
src Strengthen [check] by checking a key invariant. 2024-11-22 08:50:23 +01:00
test Remove leftover default.switch files. 2024-09-20 08:39:21 +02:00
.gitattributes Exclude [benchmark] from the release archive. 2024-08-21 09:01:41 +02:00
.gitignore .gitignore. 2024-09-18 21:25:22 +02:00
AUTHORS.md Creation of Hachis as a stand-alone project. 2024-08-13 09:34:06 +02:00
CHANGES.md CHANGES. 2024-09-18 21:24:41 +02:00
dune-project dune-project: add [name] field. 2025-09-19 21:24:47 +02:00
headache.config Creation of Hachis as a stand-alone project. 2024-08-13 09:34:06 +02:00
header.txt Add newline at end of header. 2024-08-26 14:50:38 +02:00
LICENSE.txt Creation of Hachis as a stand-alone project. 2024-08-13 09:34:06 +02:00
Makefile Makefile 2025-09-19 21:13:52 +02:00
play.ml Creation of Hachis as a stand-alone project. 2024-08-13 09:34:06 +02:00
README.md Creation of Hachis as a stand-alone project. 2024-08-13 09:34:06 +02:00
TODO.md TODO: notes on concurrent hash tables. 2024-12-04 13:36:53 +01:00

Hachis

hachis is an OCaml library that offers implementations of hash sets and hash maps.

Installation and Usage

Type opam install hachis.

In your dune file, add (libraries hachis) to the description of your library or executable.

Documentation

For more information, please see the documentation of the latest released version.