Skip to content

Commit d69f6aa

Browse files
committed
Memory Allocation: Add mimalloc
1 parent 7c3cd95 commit d69f6aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
590590
* [jemalloc](https://github.com/jemalloc/jemalloc) - General purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. [BSD] [website](http://jemalloc.net/)
591591
* [memory](https://github.com/foonathan/memory) - STL compatible C++ memory allocator library. [ZLib]
592592
* [memory-allocators](https://github.com/mtrebi/memory-allocators) - Custom memory allocators to improve the performance of dynamic memory allocation. [MIT]
593+
* [mimalloc](https://github.com/microsoft/mimalloc) - A compact general purpose allocator with excellent performance. [MIT]
593594

594595
## Multimedia
595596

0 commit comments

Comments
 (0)