Skip to content

SodiumFRP/gc-cxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gc-cxx

Algorithm

Based on the paper:

A Pure Reference Counting Garbage Collector DAVID F. BACON, CLEMENT R. ATTANASIO, V.T. RAJAN, STEPHEN E. SMITH

Features

  • Strong References
  • Weak References
  • Finalizers

Example

https://github.com/SodiumFRP/gc-cxx/blob/master/example.cpp

Build

mkdir build
cd build
cmake ..
make

Releases

No releases published

Packages

No packages published