|
|
|
|
|
by imtringued
23 days ago
|
|
There's a tooling problem in the compiler with regards to parallelism, but the real problem is that the Rust ecosystem makes use of intense amounts of code generation features, like serdes, which generates a huge amount of invisible code so that you can serialize and deserialize JSON at speeds that may or may not be practically relevant, but whose impact on compile times is guaranteed. |
|
However as language nerd, I still think there is a possible way out of it.