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

Added SubIO: IO-like object that could be used for copy-free substream access #9

Merged
merged 2 commits into from
Jul 26, 2022

Conversation

GreyCat
Copy link
Member

@GreyCat GreyCat commented Jul 23, 2022

  • Added SubIO implementation: should provide all the guarantees of copy-based substream with StringIO memory backing, but without an actual copy (should benefit Data views / substreams support kaitai_struct#44)
  • Added extensive set of specs to test it locally

GreyCat added 2 commits July 23, 2022 14:09
…or copy-free substream access with all the rest of integrity guarantees; added spec to test it locally
@GreyCat GreyCat merged commit 551013c into master Jul 26, 2022
@GreyCat GreyCat deleted the add_subio branch July 26, 2022 00:42
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.

1 participant