scrunch

Crates.ioscrunch
lib.rsscrunch
version0.6.0
sourcesrc
created_at2023-07-09 01:21:25.253191
updated_at2024-10-08 13:02:48.358096
descriptionScrunch provides full-text-searching compression.
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id911777
size7,153,578
Robert Escriva (rescrv)

documentation

README

scrunch

Scrunch provides full-text-searching compression. This is a modified implementation of "High-Order Entropy-Compressed Text Indexes" by Grossi, Gupta, and Viter.

Status

Active development. This library is incomplete and will change as it completes.

Scope

This should give everything necessary to take a document, compress it, and serve queries over the compressed document.

Warts

None known at the moment.

Documentation

The latest documentation is always available at docs.rs.

Commit count: 1599

cargo fmt