Skip to content

Bob Nystrom's Baby's First Garbage Collector in Rust

Notifications You must be signed in to change notification settings

isaacazuelos/bfgc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bob Nystrom's Baby's First Garbage Collector in Rust

A port of a simple GC to rust as an exercise in unsafe Rust.

You can find the original blog post here and the source code in C here.

Building

You can build and test the project with [cargo][cargo], using

cargo build
cargo test

About

Bob Nystrom's Baby's First Garbage Collector in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages