xenium
Parallel data structures
Concurrent data structures and memory reclamation algorithms for efficient parallel programming in C++
A C++ library providing various concurrent data structures and reclamation schemes.
514 stars
27 watching
51 forks
Language: C++
last commit: almost 2 years ago
Linked from 3 awesome lists
concurrencycppcpp17debraepoch-based-reclamationhazard-erahazard-pointerlock-freereclamation-schemes
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A showcase project demonstrating various parallel computing techniques and libraries in C++. | 2 |
| | An ECS implementation using C++20 and template metaprogramming for highly parallel systems. | 20 |
| | A C++ concurrency implementation inspired by Golang's style | 15 |
| | Provides parallel processing utilities for C++11 | 30 |
| | A C++ parser-combinator library with a natural grammar notation | 122 |
| | A library for efficient parallel computation on structured data in Common Lisp. | 42 |
| | A C++17 message passing library based on the MPI standard for high-performance computing. | 168 |
| | A C++ framework providing abstractions for parallel execution and data management in high-performance computing | 2,032 |
| | A concurrent queue implementation with bounded capacity, designed for high-performance and low-latency applications. | 1,212 |
| | Solves the Expression Problem in C++17 by providing fast and open multi-methods for adding behavior to existing types | 358 |
| | An embeddable multi-party computation engine that enables secure sharing of private data between parties | 182 |
| | An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements. | 400 |
| | A high-performance C++ library for arbitrary-precision arithmetic and special functions | 305 |
| | A C++ library for explicitly data-parallel programming on modern CPUs and GPUs. | 1,461 |
| | An advanced C++ template metaprogramming framework for working with sequences and algorithms. | 164 |