10000 GitHub - highker/aircompressor: A port of Snappy, LZO and LZ4 to Java
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

highker/aircompressor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compression in pure Java

Maven Central Build Status

This library contains implementations of LZ4, Snappy, and LZO written in pure Java. They are typically 10-40% faster than the JNI wrapper for the native libraries.

Hadoop CompressionCodec

In addition to the raw block encoders, there are implementations of the Hadoop CompressionCodec for each algorithm. They are typically 300% faster than the JNI wrappers.

About

A port of Snappy, LZO and LZ4 to Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.9%
  • HTML 5.1%
  • C 2.3%
  • Other 1.7%
0