emeryberger / HoardLinks
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
☆1,170Updated 2 weeks ago
Alternatives and similar repositories for Hoard
Users that are interested in Hoard are comparing it to the libraries listed below
Sorting:
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,827Updated last year
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,344Updated last month
- Concurrent data structures in C++☆1,438Updated 5 years ago
- Configurable C++ platform adapter☆562Updated 6 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆401Updated last week
- Official git repository for libdivide: optimized integer division☆1,246Updated 3 months ago
- Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the …☆2,551Updated last week
- A fast, memory efficient hash map for C++☆1,290Updated 4 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆759Updated last year
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆525Updated 4 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,559Updated 4 months ago
- A collection of resources on wait-free and lock-free programming☆1,948Updated last year
- A C/C++ header to help move #ifdefs out of your code☆870Updated last year
- Message passing based allocator☆1,736Updated last month
- Various synchronization primitives for multithreaded applications in C++11.☆530Updated 8 years ago
- A C library that may be linked into a C/C++ program to produce symbolic backtraces☆1,117Updated this week
- userland threads☆491Updated last month
- The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators☆982Updated last year
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,585Updated 2 years ago
- A high-performance, concurrent hash table☆1,702Updated 6 months ago
- A C++ library of Concurrent Data Structures☆2,682Updated last year
- A hybrid thread / fiber task scheduler written in C++ 11☆1,972Updated 7 months ago
- Portable header-only C++ low level SIMD library☆1,291Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆611Updated last month
- C++ implementation of a fast and memory efficient HAT-trie☆839Updated last year
- SIMD Vector Classes for C++☆1,510Updated last year
- A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`.☆1,025Updated last month
- Experimental deferred and unordered destruction library for C++☆913Updated 6 years 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…☆696Updated this week
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆664Updated 4 months ago