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

A minimalist lock-free thread-safe integer keyed hash table with zero synchronization overhead on lookups designed for associating thread specific state with threads within a domain.

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

OCaml

Innovation. Community. Security.