hyperledger / aries-askar

Secure storage designed for Hyperledger Aries agents.
Apache License 2.0
59 stars 45 forks source link

:construction: WIP: Replace default python `json` library with `orjson` #301

Open ff137 opened 3 weeks ago

ff137 commented 3 weeks ago

json operations are notoriously expensive, especially with the default python library. orjson boasts 10x fastert de/serialisation speeds. So it'd be great if the python wrapper offered orjson an optional alternative.

Adding orjson as an optional dependency will be more manageable with poetry #302