A New Linkless Hierarchical Structure Based on Perfect Hashing

Weiwei Duan,Jianxin Luo,Guiqiang Ni,Qi Hu,Yi Gao
DOI: https://doi.org/10.12783/dtcse/csae2017/17475
2017-01-01
Abstract:We explore using perfect spatial hashing to store octrees efficiently while needing no explicit parent-to-child pointers. Specifically, we design a new linkless hierarchical structure – one that encodes the absolute locations of the subdivided nodes using specific tokens and packs these nodes into hash tables using perfect hashing. Whereas prior methods have overhead in space and time due to the unused links and chain of the indirection pointers, our linkless hierarchical structure has lower storage requirements and has an efficient random accessibility on the GPUs. The performance of our scheme is demonstrated on different 2D/3D datasets together with some classical algorithms.
What problem does this paper attempt to address?