|
|
|
|
|
by viluon
2219 days ago
|
|
The solution to avoiding unnecessary copying via `shared` sounds naive to me. I don't want the language's safety guarantees to disappear once I try to add such simple optimisations, especially when writing high-performance concurrent code. |
|