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

https://github.com/shivansh/gc

A mark-and-sweep garbage collector
https://github.com/shivansh/gc

Last synced: 4 months ago
JSON representation

A mark-and-sweep garbage collector

Awesome Lists containing this project

README

        

# A mark-and-sweep garbage collector

Inspired and based on a [blog post](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/) by @munificent

The eventual aim is to integrate this with my pet compiler [gogo](https://github.com/shivansh/gogo).