Rust Lang @lemmyrs.org semi [he/him] @lemmy.ml 2y ago Use Arc Instead of Vec There have definitely been places in my code where I had to pass around and, in doing that, clone lists of things. This could be useful for these longer-lived pieces of data. 1 crossposts Rust Lang @lemmyrs.org barsoap @lemm.ee 2y ago Use Arc Instead of Vec
There have definitely been places in my code where I had to pass around and, in doing that, clone lists of things. This could be useful for these longer-lived pieces of data.