Y
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
hayley-patton
1131 days ago
Is there any documentation on the algorithm used?
link
pebal
1131 days ago
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).
link