summaryrefslogtreecommitdiffstats
path: root/libraries/libhoard/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libhoard/README')
-rw-r--r--libraries/libhoard/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libhoard/README b/libraries/libhoard/README
new file mode 100644
index 0000000000..724118f258
--- /dev/null
+++ b/libraries/libhoard/README
@@ -0,0 +1,5 @@
+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.