Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solidiquis/tsv_parse

Quick and dirty script for performant parsing of tsv files
https://github.com/solidiquis/tsv_parse

Last synced: 6 days ago
JSON representation

Quick and dirty script for performant parsing of tsv files

Awesome Lists containing this project

README

        

# TSV Parse

Quick and dirty regex TSV parser built on top of [Rayon](https://github.com/rayon-rs/rayon) for fast parsing. As this is a quick and dirty script it will not be published to [crates.io](https://crates.io/).

### Usage

```
Parse a tsv file with provided regex pattern

Usage: tsv_parse

Arguments:
Path to file
Regex pattern to search

Options:
-h, --help Print help
-V, --version Print version
```