knizhnik / cppgc
Mark&sweep garbage collector for C++
☆21Updated 11 years ago
Alternatives and similar repositories for cppgc
Users that are interested in cppgc are comparing it to the libraries listed below
Sorting:
- ASIO Cooperative Task for await-based coroutine☆15Updated 6 years ago
- Go-style coroutines and channels for C++☆33Updated 11 years ago
- ☆20Updated 2 years ago
- ☆27Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- NetBSD cdb (constant database) library☆14Updated 5 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- C# async/await in C++. Legacy implementation, check out CppAsync instead!☆28Updated 9 years ago
- String to Float Benchmark☆19Updated 6 years ago
- A compiler for my educational research programming language that supports homogeneous metaprogramming☆20Updated 7 years ago
- portability macros for compiler and hardware micro operations☆36Updated 10 months ago
- Phase Fair and Standard Reader Writer Locks☆17Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- C++ implementation of RCU based on reference counting and hazard pointers.☆27Updated 12 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 9 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- C++ interface to CPU affinity management☆30Updated 7 years ago
- A universal thread-safe memory pool.☆26Updated 6 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- M:N fiber implementation, with transparent IO reactor and timeouts, POSIX like APIs.☆16Updated 13 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆95Updated last month
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- The k-LSM: A relaxed, lock-free, linearizable priority queue☆23Updated 8 years ago
- A minimalist approach to parsing JSON properly using SpiritV2☆10Updated 10 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆81Updated 9 years ago