diff --git a/README.md b/README.md index ae1e3a7..3aa2fb5 100644 --- a/README.md +++ b/README.md @@ -549,6 +549,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua ## Memory Allocation +* [Boehm GC](https://github.com/ivmai/bdwgc) - Conservative garbage collector for C and C++. [similar to X11] [website](http://www.hboehm.info/gc/) * [Hoard](https://github.com/emeryberger/Hoard) - Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac. [GPL, commercial] [website](http://hoard.org/) * [jemalloc](https://github.com/jemalloc/jemalloc) - General purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. [BSD] [website](http://jemalloc.net/)