-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: allow to pick Arc vs Rc via GATs? #82
Comments
Probably! We had some discussion here already. Mostly, it's just waiting for someone to try to do it 😄 |
If one would try to do that, what is most promising code lines to plug changes to get code compile asap? I mean what data structure and what line I can modify towards, can compilation broken, and than fixing it, and get test passed? |
Sure, that might make the implementation easier. (Although archery predates GATs, right? Maybe it can be done better without archery now? I haven't explored the possibilities...) |
Given Rust GATs are stable for a while, can use these go make imbl Arc/Rc generic?
For example https://www.youtube.com/watch?v=JwG-Wa7dOBU
It will allow same code run in multi and single thread scenarios
The text was updated successfully, but these errors were encountered: