Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #6901 > unrolled thread

Re: Why is this so much faster?

Started byKeir Rice <keirrice@gmail.com>
First post2011-06-02 18:28 -0700
Last post2011-06-02 18:28 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: Why is this so much faster? Keir Rice <keirrice@gmail.com> - 2011-06-02 18:28 -0700

#6901 — Re: Why is this so much faster?

FromKeir Rice <keirrice@gmail.com>
Date2011-06-02 18:28 -0700
SubjectRe: Why is this so much faster?
Message-ID<mailman.2411.1307064518.9059.python-list@python.org>
Thanks for the fast responses.

Tim, you're right I did have my lambda parameters the wrong way round.
Fixing up the order had no effect on the speed (platform is x64 win7).

Ian, I was basing my code off Fredrik Lundh post on comparing images.
http://effbot.org/zone/pil-comparing-images.htm

Terry, I will try replacing the pow function next.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web