Open kjkszpj opened 3 years ago
+1 Max signed 64 bit int: 2**63-1 == 9223372036854775807 If 9223372036854775807 is in the JSON file and then sorted it gets silently changed to 9223372036854776000 which would overflow.
A work around if you do not care about the full range is to use 9223372036854775000 which does not get modified.
how to reproduce:
i guess it is about the accuracy problem in js