Skip to content

TChatzigiannakis/proto_gc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proto GC

A single-threaded, stop-the-world, non-generational, non-compacting, conservative tracing garbage collector.

It was written in C in a single afternoon as a personal exercise. It is not meant for any production use, as it has very few features, possibly hidden bugs, and reliance on implementation-specific behavior (at best).

About

A primitive tracing GC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published