Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6900 > unrolled thread
| Started by | Keir Rice <keirrice@gmail.com> |
|---|---|
| First post | 2011-06-02 18:28 -0700 |
| Last post | 2011-06-03 02:11 -0600 |
| Articles | 2 — 2 participants |
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
Re: Why is this so much faster? Ian Kelly <ian.g.kelly@gmail.com> - 2011-06-03 02:11 -0600
| From | Keir Rice <keirrice@gmail.com> |
|---|---|
| Date | 2011-06-02 18:28 -0700 |
| Subject | Re: Why is this so much faster? |
| Message-ID | <7c7dee10-8d09-4f4a-9f2e-07564de946d0@glegroupsg2000goo.googlegroups.com> |
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] | [next] | [standalone]
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2011-06-03 02:11 -0600 |
| Message-ID | <mailman.2422.1307088694.9059.python-list@python.org> |
| In reply to | #6900 |
On Thu, Jun 2, 2011 at 7:28 PM, Keir Rice <keirrice@gmail.com> wrote: > Ian, I was basing my code off Fredrik Lundh post on comparing images. > http://effbot.org/zone/pil-comparing-images.htm Ah, now I get what it's doing. Thanks!
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web