From theory to practice: Plug and play with succinct data structures

S Gog, T Beller, A Moffat, M Petri - … Copenhagen, Denmark, June 29–July 1 …, 2014 - Springer
Engineering efficient implementations of compact and succinct structures is time-consuming
and challenging, since there is no standard library of easy-to-use, highly optimized, and …

[HTML][HTML] Wavelet trees for all

G Navarro - Journal of Discrete Algorithms, 2014 - Elsevier
The wavelet tree is a versatile data structure that serves a number of purposes, from string
processing to computational geometry. It can be regarded as a device that represents a …

Succinct data structures for assembling large genomes

TC Conway, AJ Bromage - Bioinformatics, 2011 - academic.oup.com
Motivation: Second-generation sequencing technology makes it feasible for many
researches to obtain enough sequence reads to attempt the de novo assembly of higher …

Compressed text indexes: From theory to practice

P Ferragina, R González, G Navarro… - Journal of Experimental …, 2009 - dl.acm.org
A compressed full-text self-index represents a text in a compressed form and still answers
queries efficiently. This represents a significant advancement over the (full-) text indexing …

Robust relative compression of genomes with random access

S Deorowicz, S Grabowski - Bioinformatics, 2011 - academic.oup.com
Motivation: Storing, transferring and maintaining genomic databases becomes a major
challenge because of the rapid technology progress in DNA sequencing and …

Fast, small, simple rank/select on bitmaps

G Navarro, E Providel - International Symposium on Experimental …, 2012 - Springer
Rank and select queries on bitmaps are fundamental for the construction of a variety of
compact data structures. Both can, in theory, be answered in constant time by spending o (n) …

A learned approach to design compressed rank/select data structures

A Boffa, P Ferragina, G Vinciguerra - ACM Transactions on Algorithms …, 2022 - dl.acm.org
We address the problem of designing, implementing, and experimenting with compressed
data structures that support rank and select queries over a dictionary of integers. We shine a …

Optimized succinct data structures for massive data

S Gog, M Petri - Software: Practice and Experience, 2014 - Wiley Online Library
Succinct data structures provide the same functionality as their corresponding traditional
data structure in compact space. We improve on functions rank and select, which are the …

Improved search of large transcriptomic sequencing databases using split sequence bloom trees

B Solomon, C Kingsford - Journal of Computational Biology, 2018 - liebertpub.com
Enormous databases of short-read RNA-seq experiments such as the NIH Sequencing
Read Archive are now available. These databases could answer many questions about …

Efficient set intersection for inverted indexing

JS Culpepper, A Moffat - ACM Transactions on Information Systems …, 2010 - dl.acm.org
Conjunctive Boolean queries are a key component of modern information retrieval systems,
especially when Web-scale repositories are being searched. A conjunctive query q is …