A C++ library of Concurrent Data Structures
翻译 - 并发数据结构的C ++库
A C++ library providing various concurrent data structures and reclamation schemes.
翻译 - 一个提供各种并发数据结构和回收方案的C ++库。
Effective Memory Reclamation
Hazard pointer based concurrent memory reclamation for Rust.
concurrent and lockfree data structures in C++
A simple hazard pointer implementation for your memory well being
A sane and minimal implementation of hazard pointers in pure C89.
Verification tool for lock-free data structures with safe memory reclamation.
A complete hazard pointer library written in C++17.
Hazard Pointer implemented in C++ with RAII style.
C Lockless Data Structures
Non-blocking, lock-free queues in C with multiple readers and writers. Includes SimpleQueue, RingsQueue, LLQueue, BLQueue, and Hazard Pointer for safe memory management.
Concurrent programming project.
C programming offers robust features including pointers, dynamic memory allocation, and an extensive library. This repository focuses on essential data structures like stacks (LIFO), queues (FIFO), li...