Yes, garbage collection seems to be the only viable solution for dealing with spaghetti reference graphs in their full generality, including possible cycles. In that context it's worth trying a high-performance concurrent GC implementation such as https://github.com/chc4/samsara Samsara.
zozbot234|1 year ago
celeritascelery|1 year ago
[1]https://docs.rs/gc/0.5.0/src/gc/lib.rs.html#495-498
rendaw|1 year ago
paholg|1 year ago
foldr|1 year ago