Re: [IronPython] Multidimensional array performance on IP Beta 9

2006-07-13 Thread Dino Viehland
y 13, 2006 1:31 PM To: Discussion of IronPython Subject: [IronPython] Multidimensional array performance on IP Beta 9   I’ve noticed a rather large degradation in speed when accessing elements in multidimensional arrays in the new beta 9.  Is this performance expected?   I’ve pasted a script b

[IronPython] Multidimensional array performance on IP Beta 9

2006-07-13 Thread Milman, Seth
I’ve noticed a rather large degradation in speed when accessing elements in multidimensional arrays in the new beta 9.  Is this performance expected?   I’ve pasted a script below that demonstrates the issue.   Beta 8 output from the script: 1 dimensional copy: 0.4303053 seconds 2 dime