695
Python!
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Might be latency? Python is probably slower to respond to things like when one job is done and the next job can start, since it needs time to interpret the code and call the relevant C libraries.