Skip to content

ocaml-multicore/thread-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d4e3d92 · Aug 17, 2023

History

20 Commits
Aug 11, 2023
Aug 13, 2023
Aug 17, 2023
Jun 17, 2023
Aug 11, 2023
Jun 17, 2023
Aug 13, 2023
Aug 11, 2023
Jun 20, 2023
Aug 12, 2023
Aug 17, 2023
Aug 12, 2023
Jun 17, 2023

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.

About

A lock-free thread-safe integer keyed hash table

Resources

License

Stars

Watchers

Forks

Packages

No packages published