aries-askar
aries-askar copied to clipboard
:construction: WIP: Replace default python `json` library with `orjson`
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