Module lock_free_graph

Module lock_free_graph 

Source
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ยง

ConcurrentGraph
A concurrent, lock-free graph implementation
GraphStats
Statistics about the concurrent graph