On 12/27/2010 6:05 AM, Ulrich Eckhardt wrote:
Hi!

I'm trying to solve a computational problem and of course speed and size is
important there. Apart from picking the right algorithm, I came across an
idea that could help speed up things and keep memory requirements down. What
I have is regions described by min and max coordinates.

What sort of numbers are the coordinates? If integers in a finite range, your problem is a lot simpler than if float of indefinite precision.

--
Terry Jan Reedy

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to