You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should move to orjson later just like our backend DRF serializer. It can be an order of magintude faster, especially useful here where we want to minimize CPU bound stuff and do asyncio/gevent for IO bound stuff.
Long term: see how close are we to adopting protobuf, avro etc. Do we get schema sharing, migration benefits there?
The text was updated successfully, but these errors were encountered:
sidmitra
changed the title
Migrate to orjson as the json serializer
Migrate to orjson as the default json serializer
Apr 7, 2022
We should move to
orjson
later just like our backend DRF serializer. It can be an order of magintude faster, especially useful here where we want to minimize CPU bound stuff and do asyncio/gevent for IO bound stuff.Long term: see how close are we to adopting protobuf, avro etc. Do we get schema sharing, migration benefits there?
The text was updated successfully, but these errors were encountered: