-
Notifications
You must be signed in to change notification settings - Fork 188
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
[BUG] Performance issue with Yojson #1703
Comments
How slow is really slow ? Are you sure the slowness comes from yojson ? Can you describe the issue a bit more ? |
The function The main issue is that Additionally, this function has the side effect of changing the representation of the byte string, which is then converted back from a string to an array in Line 56 in 1edf056
|
I see. I was able to reproduce.
|
Cool! Thanks! |
|
Parsing a large string (~ 1MiB) with Yojson is really slow. We should investigate why.
The text was updated successfully, but these errors were encountered: