|
|
|
|
|
by alayne
2967 days ago
|
|
The linked post is about Python startup being a problem with thousands of invocations. Is Python startup really a problem for the niches you mention, or is it a problem in some extreme edge cases? I would argue this is the latter and perhaps signals that an architecture change for the build or tests would be best. I have been using Python for small scripts for 20+ years and haven't had this issue. The JVM on the other hand was historically slow to start. |
|