[Python-Dev] Is there any fun with benchmarks (original) (raw)

Paul Moore p.f.moore at gmail.com
Wed Jun 22 15:08:15 CEST 2011


On 22 June 2011 13:47, anatoly techtonik <techtonik at gmail.com> wrote:

I run across a snippet in SCons.Util (don't worry, I've double-checked To: field) that claims it is faster than os.path.splitext() while basically doing the same thing.

Actually, it doesn't do the same thing. Doesn't handle files like .profile properly. Also, this one seems to treat numerics differently. So I'm not sure what you're trying to prove in a comparison...?

Paul.



More information about the Python-Dev mailing list