emeryberger / HoardLinks
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
☆1,156Updated 2 months ago
Alternatives and similar repositories for Hoard
Users that are interested in Hoard are comparing it to the libraries listed below
Sorting:
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,291Updated this week
- Heap Layers: An Extensible Memory Allocation Infrastructure☆396Updated last week
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,812Updated 10 months ago
- Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the …☆2,500Updated 2 weeks ago
- Concurrent data structures in C++☆1,423Updated 4 years ago
- Configurable C++ platform adapter☆560Updated 6 years ago
- A collection of resources on wait-free and lock-free programming☆1,893Updated last year
- Official git repository for libdivide: optimized integer division☆1,203Updated 2 weeks ago
- A C library that may be linked into a C/C++ program to produce symbolic backtraces☆1,070Updated last month
- Message passing based allocator☆1,677Updated 3 weeks ago
- SIMD Vector Classes for C++☆1,490Updated 11 months ago
- A fast, memory efficient hash map for C++☆1,274Updated last week
- C++ implementation of a fast and memory efficient HAT-trie☆820Updated 8 months ago
- Portable header-only C++ low level SIMD library☆1,273Updated 9 months ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,536Updated 2 weeks ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,302Updated last year
- A C++ library of Concurrent Data Structures☆2,643Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆742Updated 8 months ago
- Cross-platform C++11 header-only library for memory mapped file IO☆1,799Updated last year
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,567Updated 2 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 7 years ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,942Updated 3 months ago
- Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012☆628Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆587Updated 2 months ago
- C++ ABI Summary☆549Updated 5 months ago
- The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators☆970Updated last year
- A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`.☆1,008Updated 2 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆997Updated last year
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,347Updated 2 months ago
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆516Updated 4 years ago