Merging RLBWTs adaptively
By: Travis Gagie
Potential Business Impact:
Combines two compressed lists to make one faster.
We show how we can merge two run-length compressed Burrows-Wheeler Transforms (RL-BWTs) into a run-length compressed extended Burrows-Wheeler Transform (eBWT) in $O (r)$ space and $\tilde O(r + L)$ time, where $r$ is the number of runs in the final eBWT and $L$ is the sum of the longest common prefix (LCP) values at the beginnings of those runs.
Similar Papers
Merging RLBWTs adaptively
Data Structures and Algorithms
Merges compressed text data much faster.
Decomposing Words for Enhanced Compression: Exploring the Number of Runs in the Extended Burrows-Wheeler Transform
Data Structures and Algorithms
Finds better ways to shrink computer files.
Fast and memory-efficient BWT construction of repetitive texts using Lyndon grammars
Data Structures and Algorithms
Finds patterns in huge data faster.