mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
d98d8dbd53
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
5 lines
326 B
Text
5 lines
326 B
Text
The Hoard memory allocator is a fast, scalable, and memory-efficient
|
|
memory allocator. It runs on a variety of platforms, including Linux,
|
|
Solaris, and Windows. Hoard is a drop-in replacement for malloc()
|
|
that can dramatically improve application performance, especially for
|
|
multithreaded programs running on multiprocessors.
|