Skip to content
/ gc_rs Public

Mark and sweep garbage collector using rust traits for a nice api

Notifications You must be signed in to change notification settings

evan-a-w/gc_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A singly threaded garbage collector generic across types implementing the 'Trace' trait (derivable). Objects are accessed through the smart pointers 'Gc' and 'GcRefMut'. Garbage collection is implemented with a mark and sweep algorithm, and is triggered on a time interval that is by default five seconds.

About

Mark and sweep garbage collector using rust traits for a nice api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages