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

Is there a way to use orjson's FFI to provide fast FFI to python via serde? #519

Closed
kszlim opened this issue Sep 26, 2024 · 0 comments
Closed
Labels

Comments

@kszlim
Copy link

kszlim commented Sep 26, 2024

I have a bunch of serde values and I was curious if it's possible to use orjson as the ffi mechanism instead of writing my own? I've noticed using my own (via pyo3) is slow whereas it looks like orjson does a bunch of work to have efficient ffi.

@github-actions github-actions bot added the Stale label Oct 4, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant