Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xbarin02 committed May 12, 2020
1 parent ac0e038 commit 986fd3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Experimental data compressor based on unary and Golomb-Rice coding.
The algorithm
-------------

The **x3** uses a dictionary and encodes various code-stream events using a unary and adaptive Golomb-Rice coding.
The **x3** uses a dictionary and encodes various code-stream events using a unary, Golomb-Rice, and arithmetic coding.
Details are given [here](ALGORITHM.md).

Benchmarks
----------
Expand Down

0 comments on commit 986fd3e

Please sign in to comment.