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

Start thinking about streaming deserialization #105

Open
fasterthanlime opened this issue Oct 24, 2024 · 1 comment
Open

Start thinking about streaming deserialization #105

fasterthanlime opened this issue Oct 24, 2024 · 1 comment

Comments

@fasterthanlime
Copy link
Contributor

both from_read and from_async_read — I think we can actually do both!

(neither of these would be able to borrow, but that's fine).

@fasterthanlime
Copy link
Contributor Author

fasterthanlime commented Nov 4, 2024

This will likely have to wait for N+2? Changing the JSON/YAML/MessagePack deserializers so they can operate from "not-a-slice" is kind of annoying, most likely.

...but N+1 will have "streaming serialization", so that's 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

No branches or pull requests

1 participant