Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ocaml-multicore/thread-table

A lock-free thread-safe integer keyed hash table
https://github.com/ocaml-multicore/thread-table

Last synced: about 1 month ago
JSON representation

A lock-free thread-safe integer keyed hash table

Awesome Lists containing this project

README

        

[API reference](https://ocaml-multicore.github.io/thread-table/doc/thread-table/Thread_table/index.html)

# **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.