Skip to content

Releases: DuckLogic/zerogc

Initial Release - Simple mark/sweep collector

22 Jun 07:59
b489746
Compare
Choose a tag to compare

This appears to work correctly. It's zero-overhead and is very fast. It's performance on the binary-trees benchmark is competitive even with production GCs like Java and Go. It's even thread-safe :o