blosc

package module
v0.0.0-...-5a25101 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2017 License: MIT Imports: 3 Imported by: 0

README

go-blosc

golang (cgo) wrapper for blosc "a high performance, multi-threaded, blocking and shuffling compressor."

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

this is very much a WIP and barely useable.

Documentation

Overview

Package blosc wraps blosc for compressing numbers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compress

func Compress(level int, shuffle bool, slice interface{}) []byte

Compress takes a slice of numbers and compresses according to level and shuffle.

func Decompress

func Decompress(compressed []byte) typed

Decompress takes a byte of compressed data and returns the uncompressed data.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL