Jon Harrop wrote: > Yes. The time taken is dominated by memory accesses. The amount of > arithmetic is almost irrelevant. That is extremely interesting. It would explain why I see almost the same performance in NumPy and Fortran 95 on this kind of task, using array slicing in both languages.