معرفی شرکت ها


lz4-java-1.7.1-14.module_el8.4.0+708+63f8a724.x86_64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

LZ4 compression for Java
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 8-stream
مخزن Centos AppStream x86_64
نام بسته lz4-java
نام فایل بسته lz4-java-1.7.1-14.module_el8.4.0+708+63f8a724.x86_64.rpm
نسخه بسته 1.7.1
انتشار بسته 14.module_el8.4.0+708+63f8a724
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Tue 23 Feb 2021 02
هاست سازنده x86-01.mbox.centos.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/lz4/lz4-java
مجوز ASL 2.0 and (BSD and GPLv2+)
حجم دانلود 106K
حجم نصب 113.898K
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): ° low memory footprint (~ 16 KB), ° very fast (fast scan with skipping heuristics in case the input looks incompressible), ° reasonable compression ratio (depending on the redundancy of the input). * high compression (LZ4 HC): ° medium memory footprint (~ 256 KB), ° rather slow (~ 10 times slower than LZ4), ° 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.


جایگزین ها

بسته نسخه معماری مخزن
lz4-java-javadoc-1.7.1-14.module_el8.4.0+708+63f8a724.noarch.rpm 1.7.1 noarch CentOS AppStream


نیازمندی

مقدار نام
- java-headless
- javapackages-filesystem


ارائه دهنده

مقدار نام
= 1.9.2 bundled(lz4)
= r37 bundled(xxhash)
= 1.7.1-14.module_el8.4.0+708+63f8a724 lz4-java
= 1.7.1-14.module_el8.4.0+708+63f8a724 lz4-java(x86-64)
= 1.7.1 mvn(org.lz4:lz4-java)
= 1.7.1 mvn(org.lz4:lz4-java:pom:)
= 1.7.1 osgi(lz4-java)


نحوه نصب


نصب پکیج rpm lz4-java:

    sudo dnf install lz4-java-1.7.1-14.module_el8.4.0+708+63f8a724.x86_64.rpm


فایل ها

مسیرها
/usr/lib/java/lz4-java
/usr/lib/java/lz4-java/lz4-java.jar
/usr/share/doc/lz4-java
/usr/share/doc/lz4-java/CHANGES.md
/usr/share/doc/lz4-java/README.md
/usr/share/maven-metadata/lz4-java.xml
/usr/share/maven-poms/lz4-java


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2021-02-19

Add ExclusiveArch: x86_64

2021-02-17

Bundle missing xxhash and lz4 components & adjust local Makefile

2021-01-13

remove hardcoded lib directory in the Makefile

2021-01-08

remove hardcoded "amd64" directory path in the Makefile

2020-12-09

remove BuildArch: noarch

2020-12-01

run unit tests on classes that do not require randomizedtesting
add liblz4-java.so generation step to Makefile
remove mvn_file macro for lz4

2020-11-19

remove dependency on cpptasks

2020-11-16

cleanup whitespace in the local patch to remove comments from templates
use system lz4 and xxhash instead of bundling the dependencies

2020-10-06

include patch to strip comments from mvel templates

2020-09-15

add "BuildArch: noarch" to fix rpmlint error: no-binary

2020-09-09

fixed sources to have both lz4-java and lz4

2020-08-05

used commit from Jie Kang's fork of lz4-java to update to upstream 1.7.1
this prevents tests from running; eliminates the need for randomizedtesting for f33 onward
remove dependency on bea-stax
remove all usage of sun.misc.Unsafe

2020-08-04

Included the lz4 submodule inside the lz4-java source tarball

2020-07-30

Update to version 1.7.1

2020-01-29

Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

2019-07-24

Add BuildRequires: gcc to fix FTBFS issue.