Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 343 Bytes

File metadata and controls

11 lines (5 loc) · 343 Bytes

python-zstandard-compression-test

This script gives examples of how to use the zstandard Python module for compression and decompression.

It also shows how using dictionaries gives superior performance when compressing smaller strings.

In order to run the script, you may need to install the zstandard module:

pip3 install zstandard