simple lz4 in python
lz4 is extremely fast compress algrithom by Yann Collect
- Compress a folder:
python lz4.py -c dir_name.lz4r dir_name
- Extract file:
python lz4.py -x dir_name.lz4r
simple lz4 in python
lz4 is extremely fast compress algrithom by Yann Collect
python lz4.py -c dir_name.lz4r dir_name
python lz4.py -x dir_name.lz4r