surf icon indicating copy to clipboard operation
surf copied to clipboard

Term mapping

Open simongog opened this issue 10 years ago • 1 comments

Term mapping is currently implemented using an unordered set and an array. We can do it more space-efficient using a compressed dictionary, which is build via a CSA over the concatenation of all terms.

simongog avatar Apr 03 '14 02:04 simongog