Skip to content

Commit

Permalink
Memory Allocation: Add tgc (close fffaraz#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
myd7349 committed Aug 3, 2019
1 parent f0feb2e commit c87ee20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c87ee20

Please sign in to comment.