bytemaster / fc_malloc
Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.
☆175Updated 11 years ago
Alternatives and similar repositories for fc_malloc:
Users that are interested in fc_malloc are comparing it to the libraries listed below
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆202Updated 2 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 6 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- Adapters for interfacing libuv with C++ resumable functions☆116Updated 6 months ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- A disruptor thread-synchronisation data structure for C++11.☆125Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆162Updated 3 weeks ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆63Updated 6 months 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
- Header-only library providing unicode aware string support for C++☆107Updated last month
- ☆318Updated last week
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆153Updated 2 weeks ago
- Portable C++ SIMD library☆174Updated 5 years ago
- The draft C++ Reflection Technical Specification☆86Updated 3 years ago
- An implementation of Seqlock in C++11☆208Updated 7 months ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- C++ framework for rapid server development☆77Updated last year
- Memory optimal Small String Optimization implementation for C++☆237Updated 10 years ago
- Boost.Coroutine2☆130Updated last week
- A C++ await/yield emulation library for stackless coroutine☆334Updated last year
- Boost.Lockfree☆130Updated last week
- Boost.org multi_index module☆48Updated last week
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆310Updated 4 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆164Updated 9 months ago
- A simple replacement for std::unordered_map☆47Updated 7 months ago
- Component-Model Framework in C++☆44Updated 9 years ago