Design of a Compact Data Structure for the Patricia Trie
スポンサーリンク
概要
- 論文の詳細を見る
In many applications, information retrieval is a very important research field. In several key strategies, the binary trie is famous as a fast access method able to retrieve keys in order. Especially, a Patricia trie gives the shallowest trie by eliminating all nodes which have only one arc, and it requires the smallest storage among the other trie structures. If trie structures are implemented, however, the greater the number of the registered keys, the larger storage is required. In order to solve this problem, Jonge et al. proposed a mothod to change the normal binary trie into a compact bit stream. This paper proposes the improved trie representation for the Patricia trie, as well as the methods for searching and inserting the key on it. The theoretical and experimental results, using 50, 000 Japanese nouns and 50, 000 English words, show that this method generates 25-39 percent shorter bit streams than the traditional method. This method, thus, enables us to provide more compact storage and faster access than the traditional method.
- 社団法人電子情報通信学会の論文
- 1998-04-25
著者
-
Shishibori Masami
The Department Of Information Science & Intelligent Systems University Of Tokushima
-
OKADA Makoto
the Department of Information Science & Intelligent Systems, University of Tokushima
-
SUMITOMO Tooru
the Department of Information Science & Intelligent Systems, University of Tokushima
-
AOE Jun-ich
the Department of Information Science & Intelligent Systems, University of Tokushima
-
Okada M
National Inst. Polar Res. Tokyo Jpn
-
Aoe J
Tokushima Univ. Tokushima‐shi Jpn
-
Sumitomo Tooru
The Department Of Information Science & Intelligent Systems University Of Tokushima