Henry Kleynhans 9239541f14 opkg-build: Add zstandard compressor support
Add ztsd compressor option to support using zstandard for packages.

Zstandard compression offers a significant speed increase at
decompression time over the current default (xz). This is amplified on
less capable hardware as used in embedded devices.  Further more, it
offers a slightly faster compression speed at the highest compression
levels with a slightly lower compression ratio and the ability to
choose your own compromise between fast compression speed with less
compression and slower compression speed with more compression.

Zstandard would therefore be a good solution for package compression when:
* install time matters, especially if you are installing on less capable
  hardware
* disk space is not a concern: lower compression can speed up developer
  builds, especially incremental builds
* disk space is a concern: release builds can make use of the highest
  compression setting to reduce package sizes

Signed-off-by: Henry Kleynhans <hkleynhans@fb.com>
Signed-off-by: Alex Stewart <alex.stewart@ni.com>
2021-09-22 13:14:10 -05:00
2019-10-18 13:00:45 -05:00
2013-12-03 13:19:19 +00:00
2021-03-01 10:48:24 -06:00
2019-12-16 16:02:56 -06:00
2019-10-18 13:00:45 -05:00
2019-10-18 13:00:45 -05:00
2019-10-18 13:00:45 -05:00
2019-12-02 09:41:07 -06:00
2019-12-02 09:41:07 -06:00
2019-12-02 09:41:07 -06:00
2019-12-02 09:41:07 -06:00
2020-01-17 09:52:20 -06:00
Description
Tools for the Opkg lightweight package management system
315 KiB
Languages
Python 54.3%
Shell 44.9%
Makefile 0.8%