A compact static double-array keeping character codes

作者:

Highlights:

摘要

A trie represented by a double-array enables us to search a key fast with a small space. However, the double-array uses extra space to be updated dynamically. This paper presents a compact structure for a static double-array. The new structure keeps character codes instead of indices in order to compress elements of the double-array. In addition, the new structure unifies common suffixes and consists of less elements than the old structure. Experimental results for English keys show that the new structure reduces space usage of the double-array up to 40%.

论文关键词:Double-array,Dictionary,Compaction

论文评审过程:Received 16 December 2005, Revised 6 April 2006, Accepted 6 April 2006, Available online 27 June 2006.

论文官网地址:https://doi.org/10.1016/j.ipm.2006.04.004