A new concurrent map implementation with support for atomic transactions

135 · Users Rust Lang · Aug. 1, 2026, 3:22 a.m.
Summary
The author has published a new concurrent hash map implementation called txmap, claiming it is faster than existing implementations like starshard and dashmap. It supports atomic transactions and offers configurable locking and hashing options. Feedback is encouraged from the community.