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

Replace the usage of std::Arc with faster internal version #75

Closed
sfleischman105 opened this issue Jan 30, 2018 · 2 comments
Closed

Replace the usage of std::Arc with faster internal version #75

sfleischman105 opened this issue Jan 30, 2018 · 2 comments

Comments

@sfleischman105
Copy link
Collaborator

While great, the standard library's Arc could be made faster for our use case. To name one modification, we do not use the Weak pointer of the standard library Arc.

Some inspiration for this could be from the Server Arc.

@sfleischman105
Copy link
Collaborator Author

Added pending on #80

@sfleischman105
Copy link
Collaborator Author

Fixed with #80

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

No branches or pull requests

1 participant