Skip to content

Commit 5e6ebac

Browse files
Update README
1 parent 60a7df6 commit 5e6ebac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
apultra -- a new, opensource optimal compressor for the apLib format
1+
apultra -- a new, opensource optimal compressor for the aPLib format
22
====================================================================
33

4-
apultra is a command-line tool and a library that compresses bitstreams in the apLib format.
4+
apultra is a command-line tool and a library that compresses bitstreams in the aPLib format.
55

6-
The tool produces files that are 5 to 7% smaller on average than appack, the apLib compressor. Unlike the similar [cap](https://github.com/svendahl/cap) compressor, apultra can compress files larger than 64K.
6+
The tool produces files that are 5 to 7% smaller on average than appack, the aPLib compressor. Unlike the similar [cap](https://github.com/svendahl/cap) compressor, apultra can compress files larger than 64K.
77

8-
apultra is written in portable C. It is fully open-source under a liberal license. You can continue to use the regular apLib decompression libraries for your target environment. You can do whatever you like with it.
8+
apultra is written in portable C. It is fully open-source under a liberal license. You can continue to use the regular aPLib decompression libraries for your target environment. You can do whatever you like with it.
99

1010
Example compression with vmlinux-5.3.0-1-amd64
1111

1212
original 27923676 (100,00%)
1313
appack 7370129 (26,39%)
1414
gzip 1.8 7166179 (25,66%)
15-
apultra 1.3.5 6910729 (24,75%)
15+
apultra 1.4.1 6910729 (24,75%)
1616

1717

1818
The output is fully compatible with the original [aPLib](http://ibsensoftware.com/products_aPLib.html) by Jørgen Ibsen.

0 commit comments

Comments
 (0)