PPBT: A High Performance Parallel Search Tree

Jiawen Guan,Rui Fan
DOI: https://doi.org/10.1109/HiPC53243.2021.00023
2021-01-01
Abstract:Search trees are one of the most important and widely used data structures, and parallelization is an effective method to improve their performance. However, many existing parallel search trees incur high synchronization costs and low memory I/O efficiency, which limits their performance. We propose PPBT, a batched parallel search tree which minimizes synchronization by partitioning the tree using...
What problem does this paper attempt to address?