Shapedsundew9

Results 2 comments of Shapedsundew9

See pull request: https://github.com/wylee/Dijkstar/pull/2

+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...