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

Store TzAsciiStr as a Pascal string in 8 bytes #21

Closed
wants to merge 1 commit into from
Closed

Store TzAsciiStr as a Pascal string in 8 bytes #21

wants to merge 1 commit into from

Conversation

Kijewski
Copy link
Contributor

@Kijewski Kijewski commented Mar 1, 2022

This way the struct fits neatly in one 64bit register. Also processors
love sequential access, so TzAsciiStr::as_bytes() will be one
attosecond faster.

This way the struct fits neatly in one 64bit register. Also processors
love sequential access, so TzAsciiStr::as_bytes() will be one
attosecond faster.
x-hgg-x pushed a commit that referenced this pull request Mar 1, 2022
This way the struct fits neatly in one 64bit register. Also processors
love sequential access, so TzAsciiStr::as_bytes() will be one
attosecond faster.
@x-hgg-x
Copy link
Owner

x-hgg-x commented Mar 1, 2022

Fixed in 3bb27cd.

@x-hgg-x x-hgg-x closed this Mar 1, 2022
@Kijewski Kijewski deleted the pr-7-chars branch March 1, 2022 17:21
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