Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Change header level
authored
Aug 22, 2019
by
Nico Bendlin
Show whitespace changes
Inline
Side-by-side
compression.md
View page @
5dfda08c
...
@@ -88,7 +88,7 @@ for this special case and handle it properly.
...
@@ -88,7 +88,7 @@ for this special case and handle it properly.
Example stream
Example stream
--------------
==============
The 22 character string "ababababababababababab"
The 22 character string "ababababababababababab"
can be compressed (including header) to 19 bytes:
can be compressed (including header) to 19 bytes:
...
@@ -104,6 +104,7 @@ can be compressed (including header) to 19 bytes:
...
@@ -104,6 +104,7 @@ can be compressed (including header) to 19 bytes:
61 literal = 'a'
61 literal = 'a'
62 literal = 'b'
62 literal = 'b'
Notes
Notes
=====
=====
...
...
...
...