Dhghomon / rust-fsharp

Rust - F# - Rust reference
MIT License
239 stars 14 forks source link

Rust: String = Fsharp: StringBuilder? #20

Open Angr1st opened 3 years ago

Angr1st commented 3 years ago

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.

Dhghomon commented 3 years ago

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