Expand description
Lock-free graph implementation for high-performance concurrent access
This module provides a wait-free reader, lock-free writer graph structure using epoch-based memory reclamation and atomic operations.
Structsยง
- Concurrent
Graph - A concurrent, lock-free graph implementation
- Graph
Stats - Statistics about the concurrent graph