Skip to content
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

🚧 WIP: Replace default python json library with orjson #301

Closed
wants to merge 2 commits into from

Conversation

ff137
Copy link
Contributor

@ff137 ff137 commented Aug 21, 2024

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

@ff137 ff137 marked this pull request as draft August 21, 2024 17:15
@andrewwhitehead
Copy link
Contributor

Superseded by #327, although updating to use poetry and adding orjson as an optional dependency would still be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants