The unbounded version of the Lempel-Ziv dynamic dictionary compression method is P-complete. Therefore, it is unlikely to implement it with sublinear work space unless a deletion heuristic is applied to bound the dictionary. The well-known LRU strategy provides the best compression performance among the existent deletion heuristics. We show experimental results on the compression effectiveness of a relaxed version (RLRUp) of the LRU heuristic. RLRUp partitions the dictionary in $p$ equivalence classes, so that all the elements in each class are considered to have the same ``age'' for the LRU strategy. Such heuristic turns out to be as good as LRU when $p$ is greater or equal to 2 (RLRU2). RLRU2 is slightly easier to implement than LRU in ad...
Linear-time optimal parsing algorithms are rare in the dictionary-based branch of the data compressi...
Relative Lempel-Ziv (RLZ) parsing is a dictionary compression method in which a string S is compress...
Dictionary-based modelling is the mechanism used in many practical compression schemes. For example,...
AbstractWe study the parallel complexity of a bounded size dictionary version (LRU deletion heuristi...
This paper proposes an improved data compression technique compared to existing Lempel-Ziv-Welch (LZ...
Parallel algorithms for lossless data compression via dictionary compression using optimal, longest ...
Web crawls generate vast quantities of text, retained and archived by the search services that initi...
The Lempel-Ziv-Welch (LZW) algorithm is an important dictionary-based data compression approach that...
This paper considers the following question: once a (dynamic) dictionary construction scheme is sele...
We address parallel and high-speed lossless data compression. Data compression attempts to reduce th...
AbstractA lossless dictionary-based data compression technique has been proposed in this paper which...
The effective size of an L2 cache can be increased by using a dictionary-based compression scheme. N...
Compression techniques that support fast random access are a core component of any information syste...
Linear time optimal parsing algorithms are very rare in the dictionary based branch of the data comp...
Dictionary-based compression algorithms include a parsing strategy to transform the input text into ...
Linear-time optimal parsing algorithms are rare in the dictionary-based branch of the data compressi...
Relative Lempel-Ziv (RLZ) parsing is a dictionary compression method in which a string S is compress...
Dictionary-based modelling is the mechanism used in many practical compression schemes. For example,...
AbstractWe study the parallel complexity of a bounded size dictionary version (LRU deletion heuristi...
This paper proposes an improved data compression technique compared to existing Lempel-Ziv-Welch (LZ...
Parallel algorithms for lossless data compression via dictionary compression using optimal, longest ...
Web crawls generate vast quantities of text, retained and archived by the search services that initi...
The Lempel-Ziv-Welch (LZW) algorithm is an important dictionary-based data compression approach that...
This paper considers the following question: once a (dynamic) dictionary construction scheme is sele...
We address parallel and high-speed lossless data compression. Data compression attempts to reduce th...
AbstractA lossless dictionary-based data compression technique has been proposed in this paper which...
The effective size of an L2 cache can be increased by using a dictionary-based compression scheme. N...
Compression techniques that support fast random access are a core component of any information syste...
Linear time optimal parsing algorithms are very rare in the dictionary based branch of the data comp...
Dictionary-based compression algorithms include a parsing strategy to transform the input text into ...
Linear-time optimal parsing algorithms are rare in the dictionary-based branch of the data compressi...
Relative Lempel-Ziv (RLZ) parsing is a dictionary compression method in which a string S is compress...
Dictionary-based modelling is the mechanism used in many practical compression schemes. For example,...