|
|
|
|
|
by crazyjncsu
2246 days ago
|
|
> during development builds That's the key phrase in his statement. I'm not familiar with Rust, but if compilation speed is a major issue, and there are aspects of the compilation that are avoidable to trade-off for runtime performance, it seems to be a good idea to make those configurable per-build-type. Does Rust not offer this? |
|
For many applications debug builds are fast enough, but their runtime performance is already so slow, that I hope they don't get even slower.