Hoard

The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

APACHE-2.0 License

Stars
1.1K
Committers
12

Bot releases are hidden (Show)

Hoard - Version 3.13 Latest Release

Published by emeryberger almost 6 years ago

This release is for convenience: it includes the latest updates to Hoard (over the past several years) and conveniently bundles the current version of Heap Layers.

Hoard - Version 3.12

Published by emeryberger about 9 years ago

Updated Makefile to automatically detect the build platform.

Hoard - Version 3.11

Published by emeryberger about 9 years ago

This major release incorporates numerous updates for a variety of platforms, including WIndows 10 with Visual Studio 2015.

  • Now that they are widely supported, transitioned to modern C++11 constructs (especially auto and constexpr).
  • Using Travis for continuous integration testing.
  • Incorporates numerous improvements made to Heap Layers (http://github.com/emeryberger/Heap-Layers).
Hoard - Version 3.10

Published by emeryberger about 11 years ago

Numerous performance improvements, especially due to speeding up thread-local access and increasing the size of the thread-local allocation buffer to 2MB. All versions compiled with latest and greatest compilers for all platforms.

For the source code, download the file Hoard-3.10-source.tar.gz, which contains all required code.