Closed agazso closed 1 year ago
This change allows to use spans smaller than Number.MAX_SAFE_INTEGER which is about 2 ** 53 -1 instead of 2 ** 32 - 1, thus allowing big files.
Number.MAX_SAFE_INTEGER
2 ** 53 -1
2 ** 32 - 1
This change allows to use spans smaller than
Number.MAX_SAFE_INTEGER
which is about2 ** 53 -1
instead of2 ** 32 - 1
, thus allowing big files.