Skip to content

First Release

Latest
Compare
Choose a tag to compare
@niravcodes niravcodes released this 18 Feb 16:02
· 13 commits to master since this release

Status

Performs both compression and decompression. Compression is fine in terms of speed, even with the naive implementation of priority queue. Decompression is very slow. Code has some code duplication, redundancies and cases of bad coding. There are some issues with the user interface (edge cases not handled).

Priorities for next release

  1. Faster decompression.
  2. Refactor the interface code.
  3. Use better data structures and algorithms where it matters.
  4. Perform better and comprehensive tests on the underlying libraries.

by Nirav.