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

Port Benchmarks to C++ using smart pointers #23

Closed
smarr opened this issue Jul 17, 2016 · 2 comments
Closed

Port Benchmarks to C++ using smart pointers #23

smarr opened this issue Jul 17, 2016 · 2 comments

Comments

@smarr
Copy link
Owner

smarr commented Jul 17, 2016

shared_ptr might be sufficient, not sure whether there are any relevant circular data structures.
But those might be easily worked around (breaking circularity explicitly)

@smarr smarr added this to the next milestone Jul 17, 2016
@smarr
Copy link
Owner Author

smarr commented Feb 16, 2024

#84 is now merged, which seems in many ways better than using shared_ptr.

@smarr smarr closed this as completed Feb 16, 2024
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