A comparison of Rust's and C#'s borrow checkers: https://em-tg.github.io/csborrow/
-
A comparison of Rust's and C#'s borrow checkers: https://em-tg.github.io/csborrow/
-
in all honesty i'm perplexed as to why they've bothered trying to add this to C# considering it's a garbage collected language. betcha there are zero problems this solves that have been reported by actual C# users. and zero benchmarks that show any improvement to anything
-
@fraggle The more memory management can be pre-planned, the less is left for the gc to do at run-time.
But on the other hand, piling "features" upon features without considring the sanity of the design is kind of Microsoft's style.
Copyright © 2024 NodeBB | Contributors