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

Dumb but fast writer #120

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Dumb but fast writer #120

merged 1 commit into from
Nov 25, 2024

Conversation

Melirius
Copy link
Collaborator

The same performance as "Bool writer like reader #118"

@mcroomp if you could test both branches on different hardware we can choose what to merge into main. On mine 5950x they are both of the same performance.

The same performance as "Bool writer like reader #118"
@mcroomp
Copy link
Collaborator

mcroomp commented Nov 25, 2024

Similar perf here. The inner loop is slightly faster (avoid the lzcnt which is seems slow) but for some reason it doesn't translate to overall better perf. I'll use this one preferring simpler code.

@mcroomp mcroomp merged commit 2545e7e into main Nov 25, 2024
3 checks passed
@mcroomp mcroomp deleted the Dumb-but-fast-writer branch November 25, 2024 06:49
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.

2 participants