|
1 | | -Shanga is a compression library programmed in Java. |
| 1 | +CafeUndZopfli is a compression library programmed in Java. |
2 | 2 |
|
3 | | -Shanga is based on the Zopfli Compression Algorithm, see: |
| 3 | +CafeUndZopfli is based on the Zopfli Compression Algorithm, see: |
4 | 4 | https://code.google.com/p/zopfli/ |
5 | 5 |
|
6 | | -To compress data create a Shanga class instance and invoke Shanga.compress. |
7 | | -Shanga.compress is synchronized. Shanga extensively preallocates memory to avoid |
| 6 | +To compress data create a Zopfli class instance and invoke Zopfli.compress. |
| 7 | +Zopfli.compress is synchronized. CafeUndZopfli extensively preallocates memory to avoid |
8 | 8 | in-flight GC. The amount of memory is about 48 times the master block size. |
9 | 9 |
|
10 | | -Shanga.compress supports deflate, gzip and zlib output format with a parameter. |
| 10 | +Zopfli.compress supports deflate, gzip and zlib output format with a parameter. |
11 | 11 |
|
12 | 12 | This library can only compress, not decompress data. Use an existing zlib or deflate |
13 | | -librariy to decompress the data. |
| 13 | +library to decompress the data. |
14 | 14 |
|
15 | 15 | The JAR contains the main class, and can be used as a standalone application. |
16 | 16 |
|
17 | 17 | To build the binary, use "ant". |
18 | 18 |
|
19 | | -Shanga was created by Eugene Klyuchnikov, based on the Zopfli Compression Algorithm |
| 19 | +CafeUndZopfli was created by Eugene Klyuchnikov, based on the Zopfli Compression Algorithm |
20 | 20 | by Lode Vandevenne and Jyrki Alakuijala. |
0 commit comments