Skip to content

ocaml-multicore/thread-table

Repository files navigation

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.