Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 814 Bytes

ANNOUNCE.md

File metadata and controls

35 lines (18 loc) · 814 Bytes

Announcing JBlosc 1.0.0: A Java interface for Blosc library

What is new?

First public version.

For more info, please see the release notes in:

https://github.com/Blosc/JBlosc/blob/master/RELEASE_NOTES.md

What is it?

The purpose of this project is to create a Java interface for the compressor Blosc. JNA has been chosen as the mechanism to communicate with the Blosc shared library.

JBlosc is fast. See some benchmarks here.

Download sources

The github repository is over here:

https://github.com/Blosc/JBlosc

Blosc is distributed using the BSD license, see LICENSES/JBLOSC.txt for details.

Mailing list

There is an official Blosc mailing list at:

blosc@googlegroups.com http://groups.google.es/group/blosc

Enjoy Data!