reason: this patch is created for performance optimization in crc calculation only suitable for openeuler of aarch64 architecture。
you can patch it to the source code of unzip software package and install the unzip software as usual。
effect: with this patch, the unzip software can speed up nearly 100% when running than before。
this patch is only useful for openeuler of ARM64。you can patching it to the source code by following command :
" patch -p1 < ../unzip-6.0-crc-builtin.patch "
Then you can use it in by installing the unzip software package and use it as usual while having a quicker running time than before。
this patch is only useful for openeuler of aarch64 .
you can patch it to the source code of unzip6.0 by using following command:
" patch -p1 < ../unzip-6.0-crc-builtin.patch "
then you can compile and install the unzip software package and use it as usual with a quicker running speed.