The indexed_gzip project is a Python extension which aims to provide a drop-in replacement for the built-in Python gzip.GzipFile class, the IndexedGzipFile. indexed_gzip was written to allow fast ...
This package provides Python bindings for the ISA-L library. The Intel(R) Intelligent Storage Acceleration Library (ISA-L) implements several key algorithms in assembly language. This includes a ...
Webアプリケーションのデプロイパッケージ作成や、サーバーログの定期バックアップ。 Linux環境を中心としたシステム運用において、「複数のファイルをまとめて圧縮する」というタスクが発生した際、最も標準的に利用されるのが tar(テープアーカイブ ...
On my data engineering journey I encountered a peculiar case. I observed applications, that were storing zipped XML files within a SQL database. As I had previously worked with XML files this caught ...
Python 3.14 now includes built-in Zstandard compression 🚀 For years, gzip has been Python's built-in compression standard. Now Python 3.14 adds Zstandard as a faster, more efficient alternative. The ...
Gzip is a widely used file format for compressing larger files into smaller sizes, primarily for efficient data transmission. The gzip format has been open source since its creation in 1992 and is ...