|
|
|
|
|
by mikepurvis
356 days ago
|
|
I know there are real reasons for slow Python startup time, with every new import having to examine swaths of filesystem paths to resolve itself, but it really is a noticeable breath of fresh air working with tools implemented in Go or Rust that have sub-ms startup. |
|
Example: