Convenient App Resources Compression
This release contains stream high improvements in library (~0.5% compression rate). Also, library now has patterned compression (not used in exe file), noseek option, better crc32c api.
Executable now has option maxblocksize which sets maximum uncompressed block size to process. Bigger block size causes better compression and memory usage and vise versa. Block sizes available from 512 to 16Mb.
Option blobonly was removed (it is very specific option) and replaced to dataarray option. With this option, file content is stored into one big array, prefixed with uncompressed data length. This array can be used for compressing application resources. Documentation will be updated to describe this feature.