Post #739615
2026-03-18 21:26 UTC
What is the current state of the art for garbage collected data in Rust?
Please boost for reach.
#askfedi #rust #rustlang
Replies (2)
-
@bal4e@tech.lgbt 2026-03-19 06:13
@kinnison@social.flarn.net Do you count concurrent memory reclaimers, e.g. crossbeam-epoch?
-
@jana@fedi.xirion.net 2026-03-19 08:03
@kinnison@social.flarn.net this might be interesting to you. Also contains a few garbage collection libraries, most of the big ones. https://donsz.nl/blog/arenas/