ocaml-trace/test
Simon Cruanes 6517ee32bc
Add lock-free atomic hashtable for string->atomic int mapping
- 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
2026-02-11 21:47:45 -05:00
..
fuchsia update test outputs 2026-01-15 20:53:40 -05:00
landmarks Add lock-free atomic hashtable for string->atomic int mapping 2026-02-11 21:47:45 -05:00
dune runtime events collector, + test 2026-02-11 20:39:25 -05:00
t1.expected update test outputs 2026-01-15 20:53:40 -05:00
t1.ml update test outputs 2026-01-14 22:47:08 -05:00
t2.expected update test outputs 2026-01-15 20:53:40 -05:00
t2.ml test: fix tests 2024-09-09 14:44:33 -04:00
t_debug.expected small test for span tracking 2026-01-17 20:54:37 -05:00
t_debug.ml small test for span tracking 2026-01-17 20:54:37 -05:00
t_runtime_events.ml runtime events collector, + test 2026-02-11 20:39:25 -05:00