Python compilers?
Greg Ewing
greg at cosc.canterbury.ac.nz
Tue May 18 23:13:49 EDT 2004
SeeBelow at SeeBelow.Nut wrote:
> Yes, fast execution. I have been using C. In my applications there is
> a population of "chromosomes" which are arrays of floats, about 2 to 5 k
> in length. Then there are subroutines which operate on a chromosome
> using pointers. For example, the "crossover" routine uses two pointers
> to swap portions of two chromosomes.
Take a look at Pyrex. It may be just what you need:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
--
Greg Ewing, Computer Science Dept,
University of Canterbury,
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg
More information about the Python-list
mailing list