My working unpac repository
OCaml 69.9%
Shell 11.7%
Dune 5.7%
Other 12.7%
20 193 0

Clone this repository

https://tangled.org/anil.recoil.org/unpac-work https://tangled.org/did:plc:nhyitepp3u4u6fcfboegzcjw/unpac-work
git@git.recoil.org:anil.recoil.org/unpac-work git@git.recoil.org:did:plc:nhyitepp3u4u6fcfboegzcjw/unpac-work

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

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.