From c87ee200e24c396c8c8bcbfebfa9c20af7c53f07 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Sat, 3 Aug 2019 12:04:36 +0800 Subject: [PATCH] Memory Allocation: Add tgc (close #838) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70e1c52..ebc38b6 100644 --- a/README.md +++ b/README.md @@ -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