Dhghomon/rust-fsharp

Rust: String = Fsharp: StringBuilder?

Angr1st opened this issue · 1 comments

Hi Dhghomon,

in your section about strings in .NET I think you should mention the StringBuilder class which is used to efficently build strings whithout creating a lot additionally allocated strings.

Thanks! I've been wondering whether .NET had anything like that as it otherwise seemed remarkably inefficient.