DBScholar

Back to papers

Faster Set Intersection with SIMD instructions by Reducing Branch Mispredictions

Summary: Introduces a branch-misprediction-resilient SIMD algorithm for intersecting sorted arrays, comparing blocks of elements and advancing pointers multiple positions. It requires no preprocessing and beats gcc’s std::set_intersection by up to 5.2× on Xeon/POWER7+. (summarized by gpt-5.6-luna on Jul 24 2026)

Paper ID
11331
Venue
VLDB
Year
2015
Pagerank
7.6328776e-05
Overall Rank
3,212 | 77.97%
DOI
10.14778/2735508.2735516

Incoming Non-self Citations Over Time

Authors

BibTeX Citation

@article{inoue_vldb15,
        title = {{Faster Set Intersection with SIMD instructions by Reducing Branch Mispredictions}},
        author = {Inoue, Hiroshi and Ohara, Moriyoshi and Taura, Kenjiro},
        journal = {PVLDB},
        series = {{VLDB} '15},
        volume = {8},
        number = {3},
        pages = {293--304},
        doi = {10.14778/2735508.2735516},
        url = {https://doi.org/10.14778/2735508.2735516},
        year = {2015}
}

Incoming Citations (Sorted by Pagerank)

Showing 9 of 9 citing papers.

Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 5 of 5 cited papers.

Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.

Previous Page 1 / 1 Next

Semantically Similar Papers