Skip to content

Commit

Permalink
doc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Mar 31, 2009
1 parent 1aa1ae4 commit 4b91392
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ by smaz:
'Mi illumino di immenso' compressed by 37% 'Mi illumino di immenso' compressed by 37%
'L'autore di questa libreria vive in Sicilia' compressed by 28% 'L'autore di questa libreria vive in Sicilia' compressed by 28%


It can compress URLS pretty well:

'http://google.com' compressed by 59%
'http://programming.reddit.com' compressed by 52%
'http://github.com/antirez/smaz/tree/master' compressed by 46%

USAGE USAGE
----- -----


Expand Down
4 changes: 4 additions & 0 deletions smaz_test.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ int main(void) {
"Nel mezzo del cammin di nostra vita, mi ritrovai in una selva oscura", "Nel mezzo del cammin di nostra vita, mi ritrovai in una selva oscura",
"Mi illumino di immenso", "Mi illumino di immenso",
"L'autore di questa libreria vive in Sicilia", "L'autore di questa libreria vive in Sicilia",
"try it against urls",
"http://google.com",
"http://programming.reddit.com",
"http://github.com/antirez/smaz/tree/master",
NULL NULL
}; };


Expand Down

0 comments on commit 4b91392

Please sign in to comment.