Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion for garbage collection library #213

Open
sebffischer opened this issue Oct 24, 2024 · 0 comments
Open

Suggestion for garbage collection library #213

sebffischer opened this issue Oct 24, 2024 · 0 comments

Comments

@sebffischer
Copy link
Collaborator

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.

@sebffischer sebffischer changed the title Suggestion for GC library Suggestion for garbage collection library Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant