Skip to content

Commit 4b1abb2

Browse files
authored
Memory Allocation Section
1 parent 1cbd2d4 commit 4b1abb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
2626
- [Logging](#logging)
2727
- [Machine Learning](#machine-learning)
2828
- [Math](#math)
29+
- [Memory Allocation](#memory-allocation)
2930
- [Multimedia](#multimedia)
3031
- [Networking](#networking)
3132
- [PDF](#pdf)
@@ -520,6 +521,12 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
520521
* [Versor](http://versor.mat.ucsb.edu/) - A (fast) Generic C++ library for Geometric Algebras, including Euclidean, Projective, Conformal, Spacetime (etc).
521522
* [Wykobi](http://www.wykobi.com/) - A C++ library of efficient, robust and simple to use C++ 2D/3D oriented computational geometry routines. [MIT]
522523

524+
## Memory Allocation
525+
526+
* [Hoard](https://github.com/emeryberger/Hoard) - Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac. [GPL, commercial] [website](http://hoard.org/)
527+
* [jemalloc](https://github.com/jemalloc/jemalloc) - General purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. [BSD] [website](http://jemalloc.net/)
528+
529+
523530
## Multimedia
524531

525532
* [GStreamer](http://gstreamer.freedesktop.org/) - A library for constructing graphs of media-handling components. [LGPL]

0 commit comments

Comments
 (0)