@Tim, Thanks very much. Simply changing some Int32 to Int improved the performance by more than 10%.

On 05/12/2014 10:37 PM, Tim Holy wrote:
With integers, it's best to use Int because that will ensure you're using
native arithmetic, no matter which platform you're on. Int = Int32 on 32-bit,
Int = Int64 on 64-bit.

Reply via email to