Hacker News new | ask | show | jobs
by butlerm 1325 days ago
Anyone dealing with arrays containing a billion elements or more really ought to be using 64 bit arithmetic to avoid problems like this. Certainly better to do this the right way though.
1 comments

Is there any reason not to use 64bit arithmetic anyway?