minio / simdjson-go

Golang port of simdjson: parsing gigabytes of JSON per second
Apache License 2.0
1.8k stars 85 forks source link

Indicate float conversion due to overflows #31

Closed klauspost closed 3 years ago

klauspost commented 3 years ago

As flag to tape that indicates that an integer was converted to float due to int64/uint64 limits.

Fixes #30