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

Improve byte aligned reading for strings and bytes #483

Closed
mikir opened this issue Feb 21, 2023 · 0 comments
Closed

Improve byte aligned reading for strings and bytes #483

mikir opened this issue Feb 21, 2023 · 0 comments
Assignees
Labels
c++ C++ language generator enhancement New feature or request java Java language generator python Python language generator
Milestone

Comments

@mikir
Copy link
Contributor

mikir commented Feb 21, 2023

Currently, there is no optimization for reading and writing of byte aligned strings and bytes. In this case, it seems to be better to add one extra check and to get performance improvement for aligned data.

Something similar has been already done for reading and writer of BitBuffer data.

Please apply it for all languages (C++, Java and Python).

@mikir mikir added enhancement New feature or request python Python language generator java Java language generator c++ C++ language generator labels Feb 21, 2023
@mikir mikir added this to the 2.10 milestone Feb 21, 2023
@Mi-La Mi-La self-assigned this Mar 7, 2023
@mikir mikir closed this as completed Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ C++ language generator enhancement New feature or request java Java language generator python Python language generator
Projects
None yet
Development

No branches or pull requests

2 participants