|
|
|
|
|
by glic3rinu
2443 days ago
|
|
The interpreter loads reasonably fast, takes around 20-40ms. And it's even faster if "import site on initialization" is disabled. But startup time increases an order of magnitude once you start importing 'requests' and other common packages. Perhaps an option to turn imports lazy... |
|