|
|
|
|
|
by glic3rinu
2437 days ago
|
|
I wouldn’t mind cpython performance improvements over language features. Specifically startup time. Py cli tools can easily take up
to 300-600ms to start. Now, try to use them for scripting. A single script doing a bunch of calls to python clis has already several seconds of runtime penalty. |
|
I wonder if there is anything that can really be done, outside of something like Cython.