Repository navigation

#

hazard-pointer

A C++ library of Concurrent Data Structures

C++
2616
2 年前

A C++ library providing various concurrent data structures and reclamation schemes.

C++
575
1 个月前

Hazard pointer based concurrent memory reclamation for Rust.

Rust
30
5 年前

A simple hazard pointer implementation for your memory well being

C++
7
5 年前

A sane and minimal implementation of hazard pointers in pure C89.

C
5
1 年前

Verification tool for lock-free data structures with safe memory reclamation.

C++
4
4 年前

A complete hazard pointer library written in C++17.

C++
2
2 年前

Hazard Pointer implemented in C++ with RAII style.

C++
1
5 年前

Non-blocking, lock-free queues in C with multiple readers and writers. Includes SimpleQueue, RingsQueue, LLQueue, BLQueue, and Hazard Pointer for safe memory management.

C
1
4 个月前

Hazard Pointer implemented in C++.

C++
0
4 年前

A C++17 lock-free queue structure implementation

C++
0
5 个月前

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), linked lists (singly, doubly, circular), and collision handling techniques in hashing (chaining, open addressing).

0
2 个月前