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)
- Host: GitHub
- URL: https://github.com/brentp/go-blosc
- Owner: brentp
- License: mit
- Created: 2017-01-12T03:47:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T21:36:31.000Z (12 months ago)
- Last Synced: 2025-02-02T04:41:12.496Z (4 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.