An open API service indexing awesome lists of open source software.

https://github.com/snemes/aplib

Module for decompressing aPLib compressed data
https://github.com/snemes/aplib

aplib decompression decompression-library decompression-speed python

Last synced: 21 days ago
JSON representation

Module for decompressing aPLib compressed data

Awesome Lists containing this project

README

          

# aplib
A pure Python module for decompressing aPLib compressed data

Adapted from the original C source code from http://ibsensoftware.com/files/aPLib-1.1.1.zip
Approximately 20 times faster than other Python implementations.
Compatible with both Python 2 and 3.