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

Introduce iterator-based load/store #288

Open
axic opened this issue Mar 18, 2023 · 4 comments
Open

Introduce iterator-based load/store #288

axic opened this issue Mar 18, 2023 · 4 comments

Comments

@axic
Copy link
Collaborator

axic commented Mar 18, 2023

Currently it is based on arrays/vectors and byteswapping is performed afterwards. In many cases the inputs are iterators and could avoid byteswapping with reverse-iterating.

@axic
Copy link
Collaborator Author

axic commented Mar 22, 2023

@chfast
Copy link
Owner

chfast commented Mar 24, 2023

This is only matter of API design. Can be done with generic Iterator type. However, Boost.Endian seems to only support unsigned char*.

@axic
Copy link
Collaborator Author

axic commented May 12, 2023

@chfast any chance to get some initial prototype of this?

@chfast
Copy link
Owner

chfast commented May 12, 2023

Not right now.

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

2 participants