Y
Hacker News
new
|
ask
|
show
|
jobs
by
muizelaar
559 days ago
An older non concurrent cycle collector is here:
https://github.com/fitzgen/bacon-rajan-cc
1 comments
zozbot234
559 days ago
A slightly newer attempt which
is
concurrent - in fact, it aims to implement the algorithm discussed in OP, though there may be some subtle differences in implementation:
https://github.com/chc4/samsara
link