An open API service indexing awesome lists of open source software.

https://github.com/munificent/mark-sweep

A simple mark-sweep garbage collector in C
https://github.com/munificent/mark-sweep

Last synced: 9 months ago
JSON representation

A simple mark-sweep garbage collector in C

Awesome Lists containing this project

README

          

This is the sample code for [this article](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/).