High Performance Skiplist for GPU Computing

Huai-ming LI,Yang-dong DENG
DOI: https://doi.org/10.19304/j.cnki.issn1000-7180.2014.12.001
2014-01-01
Abstract:This work proposes a high performance skiplist data structure that can be efficiently implemented on graphics processors .The key idea is to convert the pointer operations into arrayed manipulations so as to unleash the computing power of GPUs . Experimental results prove that the proposed data structure outperform the best previous work by 6 .8X and 9 .6X in insertion and delete operations ,respectively .
What problem does this paper attempt to address?