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
- Host: GitHub
- URL: https://github.com/munificent/mark-sweep
- Owner: munificent
- License: other
- Created: 2013-12-08T20:02:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T17:52:44.000Z (over 5 years ago)
- Last Synced: 2025-03-28T19:07:52.791Z (10 months ago)
- Language: C
- Homepage: http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/
- Size: 5.86 KB
- Stars: 740
- Watchers: 49
- Forks: 181
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).