2 releases
0.1.1 | Dec 13, 2023 |
---|---|
0.1.0 | Nov 12, 2023 |
#452 in Concurrency
4,432 downloads per month
Used in static_interner
32KB
713 lines
(Almost) lock-free insertion only hashtable.
Lookups are performed without locking (wait-free). Insertions are performed with a shared lock (lock-free unless resize is needed). Resizing is performed with an exclusive lock.
Entries are never removed (until the table is dropped).
Dependencies
~10–17MB
~223K SLoC