bytemaster / fc_malloc
Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.
☆174Updated 12 years ago
Alternatives and similar repositories for fc_malloc:
Users that are interested in fc_malloc are comparing it to the libraries listed below
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 6 years ago
- Port of the xxhash library to C++17.☆176Updated 4 months ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- ☆127Updated 2 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆148Updated last year
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆170Updated last month
- Boost.Coroutine2☆133Updated 3 weeks ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆154Updated 2 months ago
- Component-Model Framework in C++☆44Updated 9 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆138Updated last month
- Replaced by foonathan/lexy☆138Updated 4 years ago
- Variadic templates and std::integer_sequence support library☆111Updated 2 months ago
- Header-only library providing unicode aware string support for C++☆108Updated last month
- Love template metaprogramming☆329Updated 3 years ago
- Boost.Lockfree☆132Updated 3 weeks ago
- Boost.org multi_index module☆49Updated 3 weeks ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆239Updated 3 months ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 7 months ago
- Fast integer to ascii / integer to string conversion☆228Updated 2 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆203Updated 2 years ago
- The draft C++ Reflection Technical Specification☆86Updated 3 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆64Updated 7 months ago