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
- Host: GitHub
- URL: https://github.com/snemes/aplib
- Owner: snemes
- License: gpl-3.0
- Created: 2017-12-18T18:25:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T08:49:09.000Z (over 3 years ago)
- Last Synced: 2026-01-02T11:02:44.318Z (4 months ago)
- Topics: aplib, decompression, decompression-library, decompression-speed, python
- Language: Python
- Size: 19.5 KB
- Stars: 17
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.