You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
lemire
changed the title
Try a branchless approach for the union of two sorted arrays
Try a branchless approach for the union of two sorted arrays (array containers)
Jul 14, 2021
Not all of the real data scenarios assume array bitmap representation, but, for instance, weather_sept_85 and census1881 use it. So, it seems to be that this particular branchless code is not worth it. However, this doesn't mean that someone won't be able to improve it and proof the execution time improvement.
See blog post Faster sorted array unions by reducing branches
Related to PR #301
credit @puzpuzpuz
The text was updated successfully, but these errors were encountered: