atum
Lock-free bidirectional Atom Table, optimized for maximum performance in multi-threaded workloads.
Designed for compilers, interpreters, and any system that needs fast, concurrent string interning.
Example
use AtomTable;
let tbl = new;
let atom = tbl.intern;
assert_eq!;
assert_eq!;
let guard = tbl.pin;
let strings = &;
for &s in strings
Why atum?
Benchmarks are going to be here soon ..
NOTICE
This is the first version of atum. It doesn’t yet include all advanced optimizations, but it’s already as fast or faster than
lassoin multithreaded scenarios. Future updates may improve performance further. Also: the naming is experimental, it might change.
License
MIT OR Apache-2.0