Memory Allocation: Add tgc (close #838)

This commit is contained in:
myd7349
2019-08-03 12:04:36 +08:00
parent f0feb2e38d
commit c87ee200e2

View File

@@ -608,6 +608,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [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]
* [tgc](https://github.com/orangeduck/tgc) - A tiny garbage collector for C written in \~500 LOC. [BSD]
## Multimedia