Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 357 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 357 Bytes

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