-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Check if we broke performance by switching from ujson to simplejson #3009
Comments
Empirically, no we haven't broken performance, since matrix.org is now using simplejson without a catastrophic decrease in performance. I have spent some time profiling (In the above, Conclusions are:
Despite that, I think we want to use
As part of this work, I've also discovered that |
Keeping this open for now, until we merge canonicaljson 1.1.0 |
Canonicaljson 1.1.2 is now released, and matrix.org is using it. |
And whet we'd be better off pinning against a non-broken version of ujson (as apparently the upstream git is fixed).
See #3008
The text was updated successfully, but these errors were encountered: