This might have been your experience, but mine has been very different. In my experience a typical python workload is 50% importing python libraries, 45% slow python wrapper logic and 5% fast native code. I spend a lot of time rewriting the python logic in C++, which makes it 100x faster, so the resulting performance approaches "10% fast native logic, 90% useless python imports".
kccqzy|4 months ago
b3orn|4 months ago
repsilat|4 months ago
In dev cycles most code is short-running.
ActorNightly|4 months ago