Skip to content

Releases: kinnay/AEA

1.1.0

Choose a tag to compare

@kinnay kinnay released this 26 Sep 11:01

This method improves the performance of encoding/decoding archives by avoiding unnecessary copies of data in memory (thanks to BrainStackOverFlow for this suggestion).

For 256 MB archives, decoding is now 40x faster, and encoding is about 6-7x faster. The bigger the archive, the greater the speedup.

In addition, decode_stream and encode_stream functions were added. This allows archives to be decoded without loading the entire archive into memory.

1.0.1

Choose a tag to compare

@kinnay kinnay released this 16 Jul 07:25

Fixed the license that is specified in setup.py.

1.0.0

Choose a tag to compare

@kinnay kinnay released this 02 Aug 16:03

Initial release.

Supports all variants of the file format except for LZBITMAP and LZVN compression. Provides functions for encoding, decoding and calculating the archive id of an AEA file.