By F. Altet:
I don't actually know why, but my benchmarks show that doing a copy in python
space of an
unaligned array is between a 30% and 70% faster (depending on the CPU) than
doing this in C space
(using PyArray_SimpleNewFromDescr).
I'm adding the patch just in case you want to try it out and/or eventually
apply it.
Original issue reported on code.google.com by courn...@gmail.com on 23 Jun 2008 at 5:29
Original issue reported on code.google.com by
courn...@gmail.com
on 23 Jun 2008 at 5:29Attachments: