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

Epoch memory reclamation algorithm #1006

Open
mrzv opened this issue Aug 1, 2023 · 2 comments
Open

Epoch memory reclamation algorithm #1006

mrzv opened this issue Aug 1, 2023 · 2 comments

Comments

@mrzv
Copy link

mrzv commented Aug 1, 2023

Is the algorithm used for memory reclamation by crossbeam_epoch written down somewhere? (I'm looking for more detail than what's sketched on the module's documentation page.)

@tomtomjhj
Copy link
Contributor

https://github.com/crossbeam-rs/rfcs/blob/master/text/2017-07-23-relaxed-memory.md

@mrzv
Copy link
Author

mrzv commented Aug 1, 2023

Thanks! May I suggest adding this link to the documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants
@mrzv @tomtomjhj @taiki-e and others