scispace - formally typeset
J

Jeffrey Scott Vitter

Researcher at University of Mississippi

Publications -  342
Citations -  19164

Jeffrey Scott Vitter is an academic researcher from University of Mississippi. The author has contributed to research in topics: Data structure & Sorting. The author has an hindex of 66, co-authored 341 publications receiving 18546 citations. Previous affiliations of Jeffrey Scott Vitter include Texas A&M University & University of Kansas.

Papers
More filters
Proceedings ArticleDOI

On searching compressed string collections cache-obliviously

TL;DR: A novel dictionary encoding scheme is proposed that builds upon edge linearizations of the classic trie data structure and achieves nearly optimal space, offers competitive I/O-search time, and is also conscious of the query distribution.
Book ChapterDOI

Implementing I/O-efficient Data Structures Using TPIE

TL;DR: TPIE as discussed by the authors is a C++ environment for implementing I/O-algorithms and data structures, which has been developed in two phases, the first phase focused on supporting algorithms with a sequential IO pattern, while the recently developed second phase has focused on on-line I/Os, which exhibit a more random IO pattern.
Journal ArticleDOI

Indexing for Data Models with Constraints and Classes

TL;DR: This work identifies a simple algorithm with good worst-case performance for the class indexing problem and improves its query I/O time from $O(\log_2 c \log_B n +t/B)$ to $O(log_b n + t/B + \log-2 B)$.
Proceedings ArticleDOI

Inverted indexes for phrases and strings

TL;DR: This paper shows the first set of inverted indexes which work naturally for strings as well as phrase searching, and shows efficient top-k based retrieval under relevance metrics like frequency and tf-idf.
Book ChapterDOI

Characterizing Web Document Change

TL;DR: This paper studies how web documents change and analyzes two important characteristics of web document change that are directly related to keeping web information systems upto-date: the degree of the change and the clusteredness of thechange.