From d69f6aafd14a3d02355940e90e8effe7cb6fc295 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Sun, 23 Jun 2019 07:41:45 +0800 Subject: [PATCH] Memory Allocation: Add mimalloc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 856e137..de2628a 100644 --- a/README.md +++ b/README.md @@ -590,6 +590,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [jemalloc](https://github.com/jemalloc/jemalloc) - General purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. [BSD] [website](http://jemalloc.net/) * [memory](https://github.com/foonathan/memory) - STL compatible C++ memory allocator library. [ZLib] * [memory-allocators](https://github.com/mtrebi/memory-allocators) - Custom memory allocators to improve the performance of dynamic memory allocation. [MIT] +* [mimalloc](https://github.com/microsoft/mimalloc) - A compact general purpose allocator with excellent performance. [MIT] ## Multimedia