-
-
Notifications
You must be signed in to change notification settings - Fork 701
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
Switch to ujson #48
Comments
Won't fix: ujson is not compatible with the custom JSON encoder I'm using here: https://github.com/simonw/immutabase/blob/b2dee11fcd989d9e2a7bf4de1e23dbc320c05013/immutabase/app.py#L401-L416 |
This looks promising: ultrajson/ultrajson#124 (comment) |
It would be useful to have a microbenchmark in place to help understand how much of a performance benefit this would actually provide. |
I've seen no evidence that JSON handling is even close to being a performance bottleneck, so wontfix. |
ujson is already a dependency of Sanic, and should be quite a bit faster.
The text was updated successfully, but these errors were encountered: