Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rumpl/gc

Baby garbage collector
https://github.com/rumpl/gc

Last synced: 15 days ago
JSON representation

Baby garbage collector

Awesome Lists containing this project

README

        

# Baby GC

An implementation of the [Baby's first garbage colector](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/).

This is a simple mark and sweep garbage colector. Making it just for the fun of it. And boy was it fun!

## LICENSE

[MIT](https://rumpl.mit-license.org/)