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

Reduce JSON read memory allocations #5062

Open
hhyyrylainen opened this issue Apr 24, 2024 · 0 comments
Open

Reduce JSON read memory allocations #5062

hhyyrylainen opened this issue Apr 24, 2024 · 0 comments

Comments

@hhyyrylainen
Copy link
Member

The JSON reading creates quite many temporary objects, some of which I'm sure can be avoided easily and some more with slight architectural changes. I wrote the JSON code before finding out about a Rider plugin that highlights all memory allocations so I wasn't yet trying to optimize for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Thrive Planning
  
Backburner
Development

No branches or pull requests

1 participant