Bounded size dictionary compression: relaxing the LRU deletion heuristic

Summary form only given. The unbounded version of the LZ2 compression method is P-complete, therefore, it is unlikely to have a sublinear work space when LZ2 compression is implemented unless a deletion heuristic is applied to bound the dictionary. Several LZ2 compression heuristics have been designed and several deletion heuristics have been applied. In this work, we show experimental results on the compression effectiveness for 2/spl les/p/spl les/6, using the AP compression heuristic. The relaxed LRU (RLRU) deletion heuristic turns out to be as good as LRU even when p is equal to 2. This fact shows that there should be always an improvement when the two values of p differ substantially. FREEZE, RESTART and SWAP are simpler heuristics, which do not delete elements from the dictionary at each step. SWAP is the best among these simpler approaches and has a worse compression efficiency than RLRU and LRU.