Skip to content

ck-yung/lz4cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lz4cmd

High-performance lz4 command line tool by two-way async io operation.

Syntax

Compression

lz4cmd INFILE OUTFILE

Deompression

lz4cmd -d INFILE OUTFILE

Short form for standard input and standard output

  • If INFILE is skipped or "-" is referred, the program would use redirected standard input.
  • If OUTFILE is skipped or "-" is referred, the program would use standard output.

Credits

Copyright

v1.0.1.0

Yung, Chun Kau (yung.chun.kau@gmail.com) 2023 Nov

yung.chun.kau@gmail.com

About

high-performance lz4 tool (command line)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages