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

Move to orjson #109

Open
ghinch opened this issue Jul 11, 2024 · 0 comments
Open

Move to orjson #109

ghinch opened this issue Jul 11, 2024 · 0 comments

Comments

@ghinch
Copy link

ghinch commented Jul 11, 2024

UltraJSON has been put in to "maintenance-only" status and the maintainers recommend upgrading to orjson. orjson is quite a bit faster than ujson, but does have some API incompatibilities.

I'm working on a project right now where we are caching lots of SpaCy objects, and the numerous calls to json_dumps can slow things down. orjson looks to be about twice as fast as ujson on average, and would make a big difference in our case!

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

No branches or pull requests

1 participant