← Back to context Comment by SomeoneOnTheWeb 3 days ago Can't you do the exact same in compiled languages e.g. C or Rust? 1 comment SomeoneOnTheWeb Reply shikon7 3 days ago You can, but allocating and deallocating is more tedious without a GC, and if you care about performance, you might want to have mutable strings.
shikon7 3 days ago You can, but allocating and deallocating is more tedious without a GC, and if you care about performance, you might want to have mutable strings.
You can, but allocating and deallocating is more tedious without a GC, and if you care about performance, you might want to have mutable strings.