mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
- Implements thread-safe hash table using only atomics and arrays - Uses open addressing with linear probing - Fast lookups: atomic load + string comparison - Slow inserts acceptable (CAS-based insertion) - Includes unit tests and concurrent stress test - All tests pass with 8 threads doing 8000 total increments work on atomic_tbl |
||
|---|---|---|
| .. | ||
| fuchsia | ||
| landmarks | ||
| dune | ||
| t1.expected | ||
| t1.ml | ||
| t2.expected | ||
| t2.ml | ||
| t_debug.expected | ||
| t_debug.ml | ||
| t_runtime_events.ml | ||