Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icexin/gcdemo
a simple mark-and-sweep garbage collection algorithm implementation in golang.
https://github.com/icexin/gcdemo
Last synced: about 1 month ago
JSON representation
a simple mark-and-sweep garbage collection algorithm implementation in golang.
- Host: GitHub
- URL: https://github.com/icexin/gcdemo
- Owner: icexin
- Created: 2015-01-11T04:18:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T04:23:21.000Z (almost 10 years ago)
- Last Synced: 2023-04-05T04:41:19.404Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
a simple *mark-and-sweep* garbage collection algorithm implementation.