Skip to content

A utility to decode and grep zst compressed files with parallel capabilities.

Notifications You must be signed in to change notification settings

ahmedaabouzied/rzstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RZSTD

A utility that does a grep over ZST compressed files in parallel.

Problem definition

The problem this tries to solve is that zstdgrep processes files sequentially. With this small tool, each file gets processed in a separate concurrent task.

Usage

rzst <regex> <file1> <file2> <file3>

Example

rzst 'ID = 1' ./file1.zst ./file2.zst ./file3.zst

Building

Debug build:

cargo build 

Release build:

cargo build --Release

About

A utility to decode and grep zst compressed files with parallel capabilities.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages