An open API service indexing awesome lists of open source software.

https://github.com/brentp/go-blosc

go wrapper for blosc (blocked number compression with fast random access)
https://github.com/brentp/go-blosc

Last synced: 4 months ago
JSON representation

go wrapper for blosc (blocked number compression with fast random access)

Awesome Lists containing this project

README

        

go-blosc
========

golang (cgo) wrapper for [blosc](http://blosc.org/) *"a high performance, multi-threaded, blocking and shuffling
compressor."*

[![GoDoc] (https://godoc.org/github.com/brentp/go-blosc?status.png)](https://godoc.org/github.com/brentp/go-blosc)

this is very much a WIP and barely useable.