scispace - formally typeset
J

Jérémy Barbay

Researcher at University of Chile

Publications -  83
Citations -  1427

Jérémy Barbay is an academic researcher from University of Chile. The author has contributed to research in topics: Permutation & Data structure. The author has an hindex of 22, co-authored 79 publications receiving 1377 citations. Previous affiliations of Jérémy Barbay include University of British Columbia & Delgado Community College.

Papers
More filters
Proceedings ArticleDOI

Succinct indexes for strings, binary relations and multi-labeled trees

TL;DR: This paper defines and design succinct indexes for several abstract data types, namely strings, binary relations and multi-labeled trees, and designs a succinct encoding that represents a string of length n over an alphabet of size σ using bits to support access/rank/select operations.
Book ChapterDOI

Alphabet Partitioning for Compressed Rank/Select and Applications

TL;DR: This work achieves faster search times and lower redundancy for the smallest existing full-text self-index; compressed permutations π with times for π() and π − 1() improved to log-logarithmic; and the first compressed representation of dynamic collections of disjoint sets.
Proceedings ArticleDOI

Adaptive intersection and t-threshold problems

TL;DR: A new lower bound is proved which depends on the non-deterministic complexity of the instance, and implies that the algorithm of Demaine, López-Ortiz and Munro is usually optimal in this "adaptive" sense.
Book ChapterDOI

Faster adaptive set intersections for text searching

TL;DR: A better algorithm for the intersection of large ordered sets is engineer, which improves over those proposed by Demaine, Munro and Lopez-Ortiz [SODA 2000/ALENEX 2001], by using a variant of interpolation search.
Journal ArticleDOI

An experimental investigation of set intersection algorithms for text searching

TL;DR: This article proposes several improved algorithms for computing the intersection of sorted arrays, and shows that value-based search algorithms perform well in posting lists in terms of the number of comparisons performed.