Registry / utility / tsenart-go-tsz

tsenart-go-tsz

JSON →
library0.0.0-20180814235614-0bd30b3df1c3gogounverified

Package tsz implements time-series compression as described in the VLDB paper.

go get github.com/tsenart/go-tsz
INSTALL
IMPORT
SIG · TSENART-GO-TSZ
T
tsenart-go-tsz
utilitygov0.0.0-20180814235614-0bd30b3df1c3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tsz
github.com/tsenart/go-tsz

Compress time-series data

package main import ( "fmt" "github.com/tsenart/go-tsz" ) func main() { s := tsz.New() s.Push(1234567890, 42.0) b, _ := s.Marshal() fmt.Println(len(b)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180814235614-0bd30b3df1c3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
tsenart-go-tsz — go get tsenart-go-tsz · libregistry