[PDF][PDF] Trie memory

E Fredkin - Communications of the ACM, 1960 - dl.acm.org
… Many essential features of trie memory were mentioned by de la Briandais [1] in a paper …
additional paradigms (finitedimensional trie memories) and includes experimental results …

PIM-trie: A Skew-resistant Trie for Processing-in-Memory

H Kang, Y Zhao, GE Blelloch, L Dhulipala… - Proceedings of the 35th …, 2023 - dl.acm.org
… We introduce trie matching—matching a query trie of a batch against the compressed data
trie… Since actual data trie blocks are in PIM memory, we use the Push-Pull technique to decide …

A fast and memory-efficient trie structure for name-based packet forwarding

C Ghasemi, H Yousefi, KG Shin… - 2018 IEEE 26th …, 2018 - ieeexplore.ieee.org
memory. In summary, the highest memory compression in the bitlevel trie is achieved at
the cost of maximal trie depth, which can degrade the speed. Moreover, the component-level …

HOT: A height optimized trie index for main-memory database systems

R Binna, E Zangerle, M Pichl, G Specht… - Proceedings of the 2018 …, 2018 - dl.acm.org
… Optimized Trie (HOT), a fast and spaceefficient in-memory index … terms of search performance
and memory footprint, while being … -purpose index structure for main-memory databases. …

[PDF][PDF] HAT-trie: a cache-conscious trie-based data structure for strings

N Askitis, R Sinha - ACSC, 2007 - Citeseer
… The burst-trie is an in-memory string data structure that can … the HAT-trie, which combines
the trie-index of the burst-trie with buck… We present two variants of the HAT-trie that differ in the …

An efficient implementation of trie structures

JI Aoe, K Morimoto, T Sato - Software: Practice and Experience, 1992 - Wiley Online Library
… divided into appropriate blocks and stored into auxiliary memory. This division is useful for
application software limited to a work area in main memory, and enables the realization of fast …

[PDF][PDF] An efficient Trie for binding (and movement)

C Chesi - Computational Linguistics CLiC-it 2018, 2018 - academia.edu
… a Trie memory replacement, based on feature hierarchies sensitive to the structural insertion
point of the memorized item. This prevents order of insertion from being strictly relevant at …

A memory-balanced linear pipeline architecture for trie-based IP lookup

W Jiang, VK Prasanna - 15th Annual IEEE Symposium on High …, 2007 - ieeexplore.ieee.org
… number of trie nodes needs more time to access the larger memory. It … trie nodes stored in
the local memory. When there is intensive route insertion, the larger stage can lead to memory

[图书][B] Implementing a dynamic compressed trie

S Nilsson, M Tikkanen - 1998 - Citeseer
… dynamic main memory data structure for binary data, the level and path compressed trie or
LPC-trie. The structure is a dynamic variant of a static level compressed trie or LC-trie 2]. The …

[PDF][PDF] Trie

M Crochemore, T Lecroq - Encyclopedia of Database Systems, 2009 - hal.science
Trie(X) shown in Figure 2, builds the trie containing all the strings in the set X. It works by
inserting all the strings of X successively in the trie … from the root of the trie. When this longest …