[ 源代码: snappy-java ]
软件包:libsnappy-jni(1.1.8.3-1)
Snappy for Java, a fast compressor/decompresser (JNI library)
Java port of Snappy, a fast compresser/decompresser written in C++, originally developed by Google.
Snappy's main target is very high-speed compression/decompression with reasonable compression size. So the compression ratio of snappy-java is modest and about the same as LZF (ranging 20%-100% according to the dataset).
This package contains the architecture specific Java native interface part.
其他与 libsnappy-jni 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 支持库
-
- dep: libsnappy1v5 (>= 1.1.8)
- fast compression/decompression library