hazard-pointer
There are 16 repositories under hazard-pointer topic.
khizmax/libcds
A C++ library of Concurrent Data Structures
mpoeter/xenium
A C++ library providing various concurrent data structures and reclamation schemes.
mpoeter/emr
Effective Memory Reclamation
oliver-giersch/hazptr
Hazard pointer based concurrent memory reclamation for Rust.
exbibyte/concurrent
concurrent and lockfree data structures in C++
huangjiahua/haz_ptr
A simple hazard pointer implementation for your memory well being
00xc/libdanger
A sane and minimal implementation of hazard pointers in pure C89.
Wolff09/seal
Verification tool for lock-free data structures with safe memory reclamation.
dousbao/cxxhazard
A complete hazard pointer library written in C++17.
bhhbazinga/HazardPointer
Hazard Pointer implemented in C++ with RAII style.
dcristoloveanu/clds
C Lockless Data Structures
tanshoo/non-blocking-and-lock-free-queues
Non-blocking, lock-free queues in C with multiple readers and writers. Includes SimpleQueue, RingsQueue, LLQueue, BLQueue, and Hazard Pointer for safe memory management.
caihuuthuc/lockfree
A C++17 lock-free queue structure implementation
jasminaorlowska/Non-blocking-queues
Concurrent programming project.
LenaShengzhen/Parallel_Processing
Hazard Pointer implemented in C++.