package thread-table

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

API reference

thread-table — A lock-free thread-safe integer keyed hash table

This experimental library implements a minimalist lock-free thread-safe integer keyed hash table.

⚠️ This is not domain-safe — only thread-safe within a single domain.

Development

Formatting

This project uses ocamlformat (for OCaml) and prettier (for Markdown).

To make a new release

  1. Update CHANGES.md.
  2. Run dune-release tag VERSION to create a tag for the new VERSION.
  3. Run dune-release to publish the new VERSION.
  4. Run ./update-gh-pages-for-tag VERSION to update the online documentation.
OCaml

Innovation. Community. Security.