Can Linux reduce startup time of evcxr camparing to Windows? #313
-
The startup time is mainly caused by compiling, there is a article saying that Linux compile time is much less than Windows. So the startup time in Linux could be much less than that in Windows, am I right? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Wow, that's surprising how much slower Windows is at compiling Rust code. I wonder what's causing that. To answer your question, yes, that would almost certainly make evcxr slower, both to start and to execute each bit of code. Although I think startup time is to some extent dominated by rust-analyzer warming up, which may have different performance characteristics than compiling Rust code. |
Beta Was this translation helpful? Give feedback.
Wow, that's surprising how much slower Windows is at compiling Rust code. I wonder what's causing that. To answer your question, yes, that would almost certainly make evcxr slower, both to start and to execute each bit of code. Although I think startup time is to some extent dominated by rust-analyzer warming up, which may have different performance characteristics than compiling Rust code.