top | item 43525090

(no title)

BrainInAJar | 11 months ago

"sometimes" is doing a lot of work there.

Sometimes it is, but also sometimes it isn't, and Rust at least gives you a choice (you can use Arc all over the place, or if performance is critical you can be more careful about specifying lifetimes)

discuss

order

jtrueb|11 months ago

Arc doesn’t give you the choice until this upcasting feature lands in stable.