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

Optimize read-json #1218

Merged
merged 10 commits into from
Apr 14, 2024
Merged

Optimize read-json #1218

merged 10 commits into from
Apr 14, 2024

Conversation

vyzo
Copy link
Collaborator

@vyzo vyzo commented Apr 13, 2024

It was observed that read-json has regressed relative to v0.18 in my benchmark with large-file.json. Upon further investigation, the regression was attributed to interface call overhead and oversizing.

This remedies the situation and becomes faster than v0.18.

@vyzo vyzo requested review from ober and a team April 13, 2024 20:02
@vyzo vyzo marked this pull request as ready for review April 13, 2024 20:02
Copy link

netlify bot commented Apr 13, 2024

Deploy Preview for elastic-ritchie-8f47f9 ready!

Name Link
🔨 Latest commit 962530b
🔍 Latest deploy log https://app.netlify.com/sites/elastic-ritchie-8f47f9/deploys/661b25c4298f1b0008611ac3
😎 Deploy Preview https://deploy-preview-1218--elastic-ritchie-8f47f9.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@vyzo
Copy link
Collaborator Author

vyzo commented Apr 13, 2024

some more bumming incoming.

@vyzo vyzo force-pushed the optimize-read-json branch from 40cf862 to e82e7b3 Compare April 13, 2024 20:51
@vyzo vyzo requested a review from fare April 13, 2024 20:55
@fare fare enabled auto-merge (squash) April 14, 2024 00:39
@fare fare merged commit 586a9d4 into master Apr 14, 2024
12 checks passed
@fare fare deleted the optimize-read-json branch April 14, 2024 01:10
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.

2 participants