Skip to content

pushshift/python-zstandard-compression-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages