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:
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A universal thread-safe memory pool.☆26Updated 7 years ago
- High performance multithreading toolkit for C++17☆47Updated last month
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- Benchmarks for our memory allocator☆69Updated last year
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Allocation benchmarks☆30Updated 9 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- C11 Lock-free Stack☆183Updated last year
- Portable C++ SIMD library☆173Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Free-List Memory Pool of fixed-size objects in C99☆49Updated 2 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year