Hacker News new | ask | show | jobs
by pebal 878 days ago
You can look at the SGCL garbage collector for C++: https://github.com/pebal/sgcl. It works in a separate thread, is locks-free and never stops the world.
1 comments

great, thanks!