|
|
|
|
|
by emporas
389 days ago
|
|
Python's startup cost is terrible. Same with Node. Go is very good, but Rust is excellent. Even if a GC'ed language like Go is very fast at allocating/deallocating memory, Rust has no need to allocate/deallocate some amount of memory in the first place. The programmer gives the compiler the tools to optimize memory management, and machines are better at optimizing memory than humans. (Some kinds of optimizations anyway.) |
|