16 results for “topic:hazard-pointer”
A C++ library of Concurrent Data Structures
A C++ library providing various concurrent data structures and reclamation schemes.
Effective Memory Reclamation
Hazard pointer based concurrent memory reclamation for Rust.
A simple hazard pointer implementation for your memory well being
concurrent and lockfree data structures in C++
Verification tool for lock-free data structures with safe memory reclamation.
A sane and minimal implementation of hazard pointers in pure C89.
A complete hazard pointer library written in C++17.
Hazard Pointer implemented in C++ with RAII style.
C Lockless Data Structures
Concurrent programming project.
Non-blocking, lock-free queues in C with multiple readers and writers. Includes SimpleQueue, RingsQueue, LLQueue, BLQueue, and Hazard Pointer for safe memory management.
Hazard Pointer implemented in C++.
No description provided.
A C++17 lock-free queue structure implementation