Standard versus uniform binary search and their variants in learned static indexing: The case of the searching on sorted data benchmarking software platform

10Citations
Citations of this article
6Readers
Mendeley users who have this article in their library.

This article is free to access.

Abstract

Learned Indexes use a model to restrict the search of a sorted table to a smaller interval. Typically, a final binary search is done using the lower_bound routine of the Standard C++ library. Recent studies have shown that on current processors other search approaches (such as k-ary search) can be more efficient in some applications. Using the SOSD learned indexing benchmarking software, we extend these results to show that k-ary search is indeed a better choice when using learned indexes. We highlight how such a choice may be dependent on the computer architecture used, for example, Intel I7 or Apple M1, and provide guidelines for the selection of the Search routine within the learned indexing framework.

Cite

CITATION STYLE

APA

Amato, D., Lo Bosco, G., & Giancarlo, R. (2023). Standard versus uniform binary search and their variants in learned static indexing: The case of the searching on sorted data benchmarking software platform. Software - Practice and Experience, 53(2), 318–346. https://doi.org/10.1002/spe.3150

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free