|
|
|
|
|
by threatofrain
972 days ago
|
|
I use leetcode as my way of learning new programming languages, since if you already know the concepts then you can just focus on language ergonomics (how does this language look like when solving a problem I've seen before?). In general my naive Rust code is 2x faster and also leaner on memory than my Go code, and my Go code has the same relationship to Node. But I wouldn't say this is a special quality of Rust. I'd expect similar winnings had I chosen any other non-GC compiled language like, say, Zig. Just saying that the well known tiering of languages has held true for me. |
|