Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use float64 for all json numeric properties #76

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Use float64 for all json numeric properties #76

merged 1 commit into from
Jan 16, 2024

Conversation

qmuntal
Copy link
Owner

@qmuntal qmuntal commented Jan 16, 2024

Using float64 for json properties yields better accuracy while having a negligible file size impact, as the json chunk is a tiny fraction of the binary buffer.

Closes #73.

@qmuntal qmuntal merged commit 9e2616e into master Jan 16, 2024
18 checks passed
@qmuntal qmuntal deleted the float64 branch January 16, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

64bit precision for JSON parsing
1 participant