Пакет lz4-java: Информация
Исходный пакет: lz4-java
Версия: 1.3.0-alt2_8jpp8
Собран: 3 апреля 2022 г. 9:50
Категория: Разработка/Java
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/jpountz/lz4-java
Лицензия: ASL 2.0 and (BSD and GPLv2+)
О пакете: LZ4 compression for Java
Описание:
LZ4 compression for Java, based on Yann Collet's work.
This library provides access to two compression methods
that both generate a valid LZ4 stream:
* fast scan (LZ4):
A. low memory footprint (~ 16 KB),
A. very fast (fast scan with skipping heuristics in case the
input looks incompressible),
A. reasonable compression ratio (depending on the
redundancy of the input).
* high compression (LZ4 HC):
A. medium memory footprint (~ 256 KB),
A. rather slow (~ 10 times slower than LZ4),
A. good compression ratio (depending on the size and
the redundancy of the input).
The streams produced by those 2 compression algorithms use the
same compression format, are very fast to decompress and can be
decompressed by the same decompressor instance.Список бинарных RPM-пакетов, собираемых из данного SRPM:
lz4-java (e2kv6, e2kv5, e2kv4, e2k)
lz4-java-javadoc (noarch)
lz4-java (e2kv6, e2kv5, e2kv4, e2k)
lz4-java-javadoc (noarch)
Сопровождающий: Igor Vlasenko
Последнее изменение
18 апреля 2018 г. Igor Vlasenko 1.3.0-alt2_8jpp8
- e2k support
16 ноября 2017 г. Igor Vlasenko 1.3.0-alt1_8jpp8
- new version