|
|
|
|
|
by wulfklaue
3344 days ago
|
|
Except that there are other languages like Go, Crystal, D, Nim that all offer memory safety ( thanks to there GC ), with a light GC ( like reference counting ). And based upon the same benchmarks that Rust in participates, they are close or even faster at times, with close or better memory usage. https://github.com/kostya/benchmarks |
|