mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
19e2396dea
Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13824
14 lines
599 B
Plaintext
14 lines
599 B
Plaintext
This project provides Python bindings for interfacing with the Zstandard
|
|
compression library. A C extension and CFFI interface are provided.
|
|
|
|
Zstd, short for Zstandard, is a new lossless compression algorithm,
|
|
which provides both good compression ratio and speed for standard
|
|
compression needs. "Standard" translates into everyday situations
|
|
which neither look for highest possible ratio (which LZMA and ZPAQ
|
|
cover) nor extreme speeds (which LZ4 covers).
|
|
|
|
Please note that a simple python binding to Zstandard is also
|
|
available: archivers/py-zstd.
|
|
|
|
WWW: https://github.com/indygreg/python-zstandard
|