Daniel Nichter: Why is Python slower?
My recent post on a new 95 percentile algo mentions a Python version of the algo. I’ve chosen Python 3 for development of new Drizzle tools. Problem is: the Python version of that algo is almost 3 times slower than the Perl version; here are the results (where “OLD” is Perl and “NEW” is Python): [...] [...more]
