Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ZSTD compression in-process #1360

Merged
merged 4 commits into from
Aug 19, 2023
Merged

Support ZSTD compression in-process #1360

merged 4 commits into from
Aug 19, 2023

Conversation

johnkerl
Copy link
Owner

Issue #1342

$ ls -l x.csv*
-rw-r--r--@ 1 kerl  staff  18 Aug 19 14:44 x.csv
-rw-r--r--@ 1 kerl  staff  31 Aug 19 14:44 x.csv.zst

$ file x.csv*
x.csv:     CSV text
x.csv.zst: Zstandard compressed data (v0.8+), Dictionary ID: None

$ zstdcat x.csv.zst
a,b,c
1,2,3
4,5,6

$ mlr --csv cat x.csv
a,b,c
1,2,3
4,5,6

$ mlr --prepipe zstdcat --csv cat x.csv.zst
a,b,c
1,2,3
4,5,6

$ mlr --zstdin --csv cat x.csv.zst
a,b,c
1,2,3
4,5,6

@johnkerl johnkerl merged commit d4a3bf9 into main Aug 19, 2023
5 of 6 checks passed
@johnkerl johnkerl deleted the kerl/zstd branch August 19, 2023 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant