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

Refine merge implementation #24

Merged
merged 4 commits into from
Aug 18, 2023
Merged

Refine merge implementation #24

merged 4 commits into from
Aug 18, 2023

Conversation

Voultapher
Copy link
Owner

  • Use reliable branchless logic for both sides
  • Single memcpy instead of one for both branches
  • Improve merging down code-gen on x86 and Arm

- Use reliable branchless logic for both sides
- Single memcpy instead of one for both branches
- Improve merging down code-gen on x86 and Arm
@Voultapher Voultapher requested a review from orlp August 6, 2023 06:58
src/merge.rs Show resolved Hide resolved
src/merge.rs Outdated Show resolved Hide resolved
src/merge.rs Outdated Show resolved Hide resolved
src/merge.rs Show resolved Hide resolved
src/merge.rs Outdated Show resolved Hide resolved
src/merge.rs Outdated Show resolved Hide resolved
@Voultapher Voultapher merged commit 8e1d8cf into main Aug 18, 2023
3 checks passed
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