emeryberger / HoardLinks
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
☆1,213Updated last month
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,402Updated 3 months ago
- Concurrent data structures in C++☆1,447Updated 5 years ago
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,845Updated last week
- Heap Layers: An Extensible Memory Allocation Infrastructure☆411Updated last month
- Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the …☆2,606Updated last week
- Configurable C++ platform adapter☆559Updated 6 years ago
- Message passing based allocator☆1,778Updated this week
- A fast, memory efficient hash map for C++☆1,300Updated 8 months ago
- Official git repository for libdivide: optimized integer division☆1,291Updated last week
- The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators☆996Updated 2 years 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,593Updated 8 months ago
- A high-performance, concurrent hash table☆1,732Updated 10 months ago
- A C library that may be linked into a C/C++ program to produce symbolic backtraces☆1,160Updated 3 months ago
- SIMD Vector Classes for C++☆1,516Updated last year
- Portable header-only C++ low level SIMD library☆1,300Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Updated 3 months ago
- A collection of resources on wait-free and lock-free programming☆2,011Updated last year
- A C++ library of Concurrent Data Structures☆2,722Updated 2 years ago
- userland threads☆495Updated 2 months ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,992Updated 11 months ago
- Experimental deferred and unordered destruction library for C++☆914Updated 6 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆534Updated 8 years ago
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆531Updated 4 years ago
- A C/C++ header to help move #ifdefs out of your code☆884Updated last year
- C++ associative containers☆1,603Updated 4 years ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,603Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆633Updated 6 months ago
- C++ implementation of a fast and memory efficient HAT-trie☆855Updated 3 months ago
- This repo is a mirror of the official userspace-rcu git found at git://git.lttng.org/userspace-rcu.git. liburcu is a LGPLv2.1 userspace R…☆719Updated 2 weeks ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆668Updated 8 months ago