gstrauss / plasmaLinks
portability macros for compiler and hardware micro operations
☆36Updated last year
Alternatives and similar repositories for plasma
Users that are interested in plasma are comparing it to the libraries listed below
Sorting:
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Tiny portable C++ library for atomic operations☆53Updated 2 years ago
- A universal thread-safe memory pool.☆26Updated 7 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆180Updated 12 years ago
- For details, see the blog post:☆33Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- A C++ pointer bump memory arena implementation☆94Updated 10 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆43Updated 10 years ago
- fast prime sieve and hash algorithm☆38Updated last month
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 5 years ago
- strtod and dtoa correct rounding and fast☆41Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Free-List Memory Pool of fixed-size objects in C99☆50Updated 2 years ago
- Benchmarks for our memory allocator☆69Updated 2 years ago
- Heap allocation free version of C++11 std::function☆57Updated 4 years ago
- Persistent red-black tree in C++☆30Updated 7 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Lightweight logging library for C/C++☆36Updated 2 months ago
- Coroutines for C.☆76Updated 8 years ago
- Mathematical Expression Parser and JIT Compiler☆148Updated this week
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆41Updated 11 years ago