emeryberger/Hoard
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac. observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 93
- Release rhythm 31
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5264
- days_rel: 246
- days_push: 45
- n_releases_24m: 1
Adoption not part of the score
1249 stars · 138 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Hoard is a fast, scalable, and memory-efficient drop-in replacement for malloc that works on Linux, Mac OS X, and Windows. It dramatically improves application performance, especially for multithreaded programs on multiprocessor and multicore systems, without requiring source code changes.
Use cases
- speed up multithreaded applications on multicore CPUs
- replace the system malloc without changing source code
- reduce heap contention and allocator serialization in parallel programs
- bound memory blowup in multiprocessor workloads
- improve performance of C and C++ servers and scientific applications
When to choose
- your multithreaded application scales poorly due to heap contention
- you need a drop-in allocator replacement via linking or an environment variable
- you run on Linux, Mac OS X, or Windows and want faster allocation than the built-in allocator
- you need provably bounded memory blowup and low synchronization costs
When to avoid
- your application is single-threaded and allocation is not a bottleneck
- you need platform support beyond Linux, Mac OS X, and Windows
- you require a modern allocator with extensive tunable configuration options
- you depend on allocator-specific features like heap profiling or sanitization integration
Facets
library · maturity stable
concurrency developer-tools performance operating-systems windows cpp c malloc memory-allocator drop-in-replacement multithreading scalability memory-allocation performance linux macos
2 sources
- readme: https://github.com/emeryberger/Hoard · fetched 2026-08-28 · 1b3b0452d044
- homepage: http://www.hoard.org · fetched 2026-08-29 · db49da4c40eb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| emeryberger/Hoard | main | 73 |
For agents
markdown · JSON · MCP: product_card(name="emeryberger/Hoard")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem