Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6901 > unrolled thread
| Started by | Keir Rice <keirrice@gmail.com> |
|---|---|
| First post | 2011-06-02 18:28 -0700 |
| Last post | 2011-06-02 18:28 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Re: Why is this so much faster? Keir Rice <keirrice@gmail.com> - 2011-06-02 18:28 -0700
| From | Keir Rice <keirrice@gmail.com> |
|---|---|
| Date | 2011-06-02 18:28 -0700 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web