Skip to content
forked from brentp/go-blosc

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

License

Notifications You must be signed in to change notification settings

seerai/go-blosc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-blosc

Build codecov

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

This supports very very basic compression functionality as needed internally for SeerAI's Zarr support.

This package requires that the blosc library (and headers, if building) are installed.

On Ubuntu: apt-get install libblosc-dev On Alpine: apk add blosc blosc-dev

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%