File: README.md

package info (click to toggle)
ocaml-thread-table 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 148 kB
  • sloc: ml: 202; sh: 59; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[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.