Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 authored Oct 22, 2016
1 parent c26a939 commit 06a0252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
A relatively fast LZW compression algorithm in pure lua

# encoding and decoding
Lossless compression for any text. The more repetition in the text, the better.

16 bit encoding is used. So each 8 bit character is encoded as 16 bit.
This means that the dictionary size is 65280.

Expand Down

0 comments on commit 06a0252

Please sign in to comment.