You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled upon dumpster which implements a GC that supports multi-threading.
Because we eventually want multi-threading this library might be a good candidate to use.
There is also rust-gc but there is only experimental multi-threading support in a PR.
In general, adding such a GC should not be too difficult as I believe it is mostly switching out Rc and RefCell for their gc-ed counterparts.
The text was updated successfully, but these errors were encountered:
sebffischer
changed the title
Suggestion for GC library
Suggestion for garbage collection library
Oct 24, 2024
I stumbled upon dumpster which implements a GC that supports multi-threading.
Because we eventually want multi-threading this library might be a good candidate to use.
There is also rust-gc but there is only experimental multi-threading support in a PR.
In general, adding such a GC should not be too difficult as I believe it is mostly switching out
Rc
andRefCell
for their gc-ed counterparts.The text was updated successfully, but these errors were encountered: