|
|
|
|
|
by winrid
1459 days ago
|
|
Nim gives you like 85% of the performance of Rust without having to worry about a borrow checker. It also solves concurrency problems via its use of Channels, like Go. So it's just hard to justify using Rust, for me. Unless you're writing a DB or something where a GC is a no go. But Nim's memory management seems pretty good, and many things are stack allocated. |
|
1. https://ramanlabs.in/static/blog/raw_memory_management_patte...