summaryrefslogtreecommitdiffstats
path: root/package/lz4/Config.in
blob: a855e31ef0671b8879d974b1c436bfd5bd09f32d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_LZ4
	bool "lz4"
	depends on BR2_LARGEFILE
	help
	  LZ4 is a very fast lossless compression algorithm, providing
	  compression speed at 400 MB/s per core, scalable with multi-cores
	  CPU. It also features an extremely fast decoder, with speed
	  in multiple GB/s per core, typically reaching RAM speed limits
	  on multi-core systems.

	  https://code.google.com/p/lz4/

comment "lz4 needs a toolchain w/ largefile"
	depends on !BR2_LARGEFILE
OpenPOWER on IntegriCloud