2002
DOI: 10.1145/506309.506312
|View full text |Cite
|
Sign up to set email alerts
|

Burst tries

Abstract: Many applications depend on efficient management of large sets of distinct

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
43
0

Year Published

2003
2003
2024
2024

Publication Types

Select...
3
3
1

Relationship

1
6

Authors

Journals

citations
Cited by 111 publications
(48 citation statements)
references
References 51 publications
(80 reference statements)
0
43
0
Order By: Relevance
“…Compared to DAs that support O(k) time using 2 pointers, ternary search trees are not competitive. Heinz et al 32 proposed the burst trie that achieves high space efficiency by selectively collapsing chains of trie nodes into small buckets of strings that share a common prefix. Askitis and Sinha 33 proposed the HAT-trie that improves the burst trie using cache-conscious hash tables.…”
Section: Related Workmentioning
confidence: 99%
“…Compared to DAs that support O(k) time using 2 pointers, ternary search trees are not competitive. Heinz et al 32 proposed the burst trie that achieves high space efficiency by selectively collapsing chains of trie nodes into small buckets of strings that share a common prefix. Askitis and Sinha 33 proposed the HAT-trie that improves the burst trie using cache-conscious hash tables.…”
Section: Related Workmentioning
confidence: 99%
“…A special kind of trie, called the suffix tree [39,47,43,37], can be used to index all suffixes in a text in order to carry out fast full or partial text searches. A basic trie implementation has the disadvantage of having single path which is not space efficient.…”
Section: Tree-structured Indexingmentioning
confidence: 99%
“…Efficient data structure to sort strings of characters are binary search trees (BST), splay trees, judy array and tries. Heinz has developed a new data structure, burst trie [7], to sort large strings in memory. A burst trie consists in an access trie whose leaves are containers.…”
Section: Multiplication Using Burst Triesmentioning
confidence: 99%
“…Hida [6] demonstrates the effects of polynomials representation and blocking loops on the execution time to perform a sparse polynomial multiplication. We investigate here the usage of burst tries [7] as an intermediate representation during the sparse polynomial multiplication. Memory management for this intermediate representation is investigated in order to reduce memory consumption and improve scalability on SMP hardware.…”
Section: Introductionmentioning
confidence: 99%