Y
Hacker News
new
|
ask
|
show
|
jobs
by
data-ottawa
1123 days ago
You can store the first 2^53 integers with either sign, and if you need accurate integer values beyond that size you can stringify them and parse as big ints.
It’s not ideal, but 2^64 integers is also finite.