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

Improve performance #197

Merged
merged 5 commits into from
Jan 12, 2024
Merged

Improve performance #197

merged 5 commits into from
Jan 12, 2024

Conversation

evanphx
Copy link
Owner

@evanphx evanphx commented Jan 12, 2024

The biggy here is avoiding decoding partialDoc twice by using a forked version of encoding/json that can return the order in which keys were inserted into a map.

Fixes #159

@evanphx evanphx merged commit 05c9526 into master Jan 12, 2024
2 checks passed
@evanphx evanphx deleted the f-perf branch January 12, 2024 23:03
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.

Performance Degradation Starting In v5.2.0
1 participant