Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 456 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 456 Bytes

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.