-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add NEON backend for RawTable #430
Conversation
@bors r+ |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
☔ The latest upstream changes (presumably #429) made this pull request unmergeable. Please resolve the merge conflicts. |
The core algorithm is based on the NEON support in [SwissTable], adapted for the different control byte encodings used in hashbrown. [SwissTable]: abseil/abseil-cpp@6481443
@bors r+ |
☀️ Test successful - checks-actions |
The core algorithm is based on the NEON support in SwissTable, adapted for the different control byte encodings used in hashbrown.