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

Support buffer iterators in encoder #103

Open
drewdzzz opened this issue Nov 13, 2024 · 0 comments
Open

Support buffer iterators in encoder #103

drewdzzz opened this issue Nov 13, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@drewdzzz
Copy link
Collaborator

Decoder can simply copy iterators to the data instead of decoding MsgPack. It's strange that we cannot pass these iterators to the encoder - one has to copy the data to any other container (vector<char>/char[]/etc) to send the data to the next receiver. Let's support std::pair<it_t, it_t> in encoder.

@sergepetrenko sergepetrenko added the good first issue Good for newcomers label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants