Skip to content

ammrat13/gc-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GC in Rust

This repository was inspired by a lab from CS 240LX. It creates a way to create references to the heap that can be garbage collected. It's very much a demo. The collection is not efficient at all, and it only works for a single thread. The tests are also very brittle - they have to be run at a time and without optimizations to avoid chunks as being considered reachable even though they are not.

About

A demo of garbage collection in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages