Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumpl/gc
Baby garbage collector
https://github.com/rumpl/gc
Last synced: 15 days ago
JSON representation
Baby garbage collector
- Host: GitHub
- URL: https://github.com/rumpl/gc
- Owner: rumpl
- Created: 2017-01-17T12:55:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T08:46:14.000Z (about 4 years ago)
- Last Synced: 2024-11-25T01:25:23.521Z (3 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)