Sciweavers

170 search results - page 5 / 34
» Algorithms on Compressed Strings and Arrays
Sort
View
69
Voted
WEA
2007
Springer
125views Algorithms» more  WEA 2007»
15 years 3 months ago
Simple Compression Code Supporting Random Access and Fast String Matching
Given a sequence S of n symbols over some alphabet Σ, we develop a new compression method that is (i) very simple to implement; (ii) provides O(1) time random access to any symbol...
Kimmo Fredriksson, Fedor Nikitin
73
Voted
SODA
2004
ACM
131views Algorithms» more  SODA 2004»
14 years 11 months ago
When indexing equals compression: experiments with compressing suffix arrays and applications
We report on a new experimental analysis of high-order entropy-compressed suffix arrays, which retains the theoretical performance of previous work and represents an improvement in...
Roberto Grossi, Ankur Gupta, Jeffrey Scott Vitter
CORR
2007
Springer
88views Education» more  CORR 2007»
14 years 9 months ago
Faster subsequence recognition in compressed strings
Abstract. Processing compressed strings without decompression is often essential when dealing with massive data sets. We consider local subsequence recognition problems on strings ...
Alexandre Tiskin
CPM
2009
Springer
183views Combinatorics» more  CPM 2009»
14 years 7 months ago
Permuted Longest-Common-Prefix Array
The longest-common-prefix (LCP) array is an adjunct to the suffix array that allows many string processing problems to be solved in optimal time and space. Its construction is a bo...
Juha Kärkkäinen, Giovanni Manzini, Simon...
161
Voted
SIGMOD
2009
ACM
213views Database» more  SIGMOD 2009»
15 years 10 months ago
Dictionary-based order-preserving string compression for main memory column stores
Column-oriented database systems [19, 23] perform better than traditional row-oriented database systems on analytical workloads such as those found in decision support and busines...
Carsten Binnig, Stefan Hildenbrand, Franz Fär...