SGC - Simple Garbage Collector
A simple garbage collector implemented using Mark-and-Sweep algorithm.
Reference
- https://github.com/mkirchner/gc
- https://github.com/orangeduck/tgc
- https://caml.inria.fr/pub/docs/oreilly-book/pdf/chap9.pdf
License
Licensed under MIT License