Skip Navigation
Dumhuvud Dumhuvud @programming.dev
Posts 0
Comments 2
When to Use Arc Instead of Vec
  • Arc<String> is roughly equivalent to Arc<Vec<char>>.

    Nitpick: it's Vec<u8>, not Vec<char>.

  • Let's play a game...
  • STJ is a part of the standard library since forever though, who cares if it stays on NuGet