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

add byte_buf to memory_holder variant #122

Merged

Conversation

pablohoch
Copy link
Contributor

byte_buf (std::vector<uint8_t>) is returned by cista::serialize.

MOTIS uses memory_holder to store data. Adding byte_buf allows easy data duplication by serializing and deserializing the data without the need to make a copy of the buffer.

@felixguendling felixguendling merged commit e118b39 into felixguendling:master Dec 16, 2021
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.

None yet

2 participants