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

Remove Rc from the backend #78

Merged
merged 2 commits into from
Mar 31, 2021
Merged

Remove Rc from the backend #78

merged 2 commits into from
Mar 31, 2021

Conversation

jeffa5
Copy link
Collaborator

@jeffa5 jeffa5 commented Mar 30, 2021

This mechanically removes Rc from the backend code. There weren't any major issues so it seems as though it wasn't needed.

If someone has more knowledge on why it was needed I'd be happy to hear.

Fixes #75

@orionz orionz merged commit d3d1b48 into automerge:main Mar 31, 2021
@orionz
Copy link
Collaborator

orionz commented Mar 31, 2021

These RC's were there because I wanted to make fork operations extremely fast and memory efficient. Likely a premature optimization and something we can revisit later. I think getting Sync and Send are more important right now. Thanks for the patch!

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

Successfully merging this pull request may close these issues.

Should the backend be Send + Sync?
2 participants