lz4 - PyPI · The Python Package Index
pypi.org › project › lz4Mar 01, 2010 · This package provides python bindings for the LZ4 compression library. The bindings provided in this package cover the frame format, the block format, and the streaming format specifications. The frame format bindings are the recommended ones to use, as this guarantees interoperability with other implementations and language bindings.
roslz4 - ROS Wiki
wiki.ros.org/roslz4A Python and C++ implementation of the LZ4 streaming format. Large data streams are split into blocks which are compressed using the very fast LZ4 compression algorithm. Maintainer status: maintained. Maintainer: Jacob Perron <jacob AT openrobotics DOT org>, Michael Carroll <michael AT openrobotics DOT org>, Shane Loretz <sloretz AT ...
lz4tools 1.3.1.2 - PyPI · The Python Package Index
https://pypi.org/project/lz4tools19.01.2016 · This package consists of three parts: lz4f - C-Module containing python bindings for all lz4frame functions. lz4tools - a zipfile-like file wrapper class and tarfile-like class for lz4 compressed files. lz4toolsCli - a quick cli for using lz4tools static functions. Before going any further, I recommend reading up on lz4 at: https://code.google ...
Quickstart — python-lz4 3.1.12 documentation
python-lz4.readthedocs.io › en › stableMar 01, 2012 · The frame bindings provide capability for working with files containing LZ4 frame compressed data. This functionality is intended to be a drop in replacement for that offered in the Python standard library for bz2, gzip and LZMA compressed files. The lz4.frame.open () function is the most convenient way to work with compressed data files:
lz4 - PyPI · The Python Package Index
https://pypi.org/project/lz401.03.2010 · LZ4 Bindings for Python. Introduction. This package provides python bindings for the LZ4 compression library.. The bindings provided in this package cover the frame format, the block format, and the streaming format specifications. The frame format bindings are the recommended ones to use, as this guarantees interoperability with other implementations and …
GitHub - steeve/python-lz4: LZ4 bindings for python
github.com › steeve › python-lz4Jul 28, 2014 · Here are the results on my 2011 Macbook Pro i7 with lz4.c as input data: $ python tests/bench.py Data Size: Input: 24779 LZ4: 10152 (0.41) Snappy: 9902 (0.40) LZ4 / Snappy: 1.025247 Benchmark: 200000 calls LZ4 Compression: 9.737272s Snappy Compression: 18.012336s LZ4 Decompression: 2.686854s Snappy Decompression : 5.146867s.