Ross ROSS = Recommend OSS · open-source software intelligence for agents

emeryberger/Hoard

The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac. observed · 2026-08-28

github.com/emeryberger/Hoard · homepage · C++ · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
emeryberger/Hoardmain73

For agents

markdown · JSON · MCP: product_card(name="emeryberger/Hoard")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem