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: 2 months ago
JSON representation
A lock-free thread-safe integer keyed hash table
- Host: GitHub
- URL: https://github.com/ocaml-multicore/thread-table
- Owner: ocaml-multicore
- License: isc
- Created: 2023-06-17T12:02:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T14:59:24.000Z (over 1 year ago)
- Last Synced: 2025-04-30T22:09:18.025Z (2 months ago)
- Language: OCaml
- Homepage:
- Size: 636 KB
- Stars: 5
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
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.