Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ocaml-multicore/thread-table
- Owner: ocaml-multicore
- License: isc
- Created: 2023-06-17T12:02:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T14:59:24.000Z (10 months ago)
- Last Synced: 2024-04-20T00:53:22.146Z (8 months ago)
- Language: OCaml
- Homepage:
- Size: 636 KB
- Stars: 4
- Watchers: 9
- 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.