in reply to Re: Adding a lot of small integers
in thread Adding a lot of small integers
I completely eliminated all operations on the structure of data by using indices to a flat @file array all over the place as per your final suggestion and it's the fastest version so far :) Thanks a lot!
|
|---|