Hacker News new | ask | show | jobs
by pebal 1131 days ago
Look at this real-time garbage collector for C++: https://github.com/pebal/sgcl
1 comments

Is there any documentation on the algorithm used?
The Mark and Sweep algorithm with tri-color marking variation was used. There is no documentation yet, but I am happy to answer your questions (snibisz@gmail.com).