Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Skrót 0.1

Compare
Choose a tag to compare
@jstepien jstepien released this 28 Apr 16:25
· 28 commits to master since this release

A customisable compression utility dedicated to short inputs.

Skrót allows you to build a model of your data and use it to compress short byte sequences of predictable contents. It can efficiently compress byte sequences shorter than 200B. It's based on established dictionary-based data compression algorithms: LZMA and LZ4.

Interested in details and some numbers? Take a look at the README.

Changelog

None! It's the initial release.

Files

This release comes with two archives:

  • a native C shared library, and
  • a pure Java library (see javadoc).