In particular, there's a lot of code where it's reasonable to limit the size of the integers you're working with to the platform native word size – if you're on a 32-bit system, you're not going to have arrays longer than 2^32, nor are you going to have more different values in memory than 2^32.
On Mon, Feb 9, 2015 at 5:27 PM, Christoph Ortner <[email protected] > wrote: > ok - thanks a lot. > Christoph > >
