issues
search
dgryski
/
go-tsz
Time series compression algorithm from Facebook's Gorilla paper
BSD 2-Clause "Simplified" License
541
stars
66
forks
source link
ability to iterate on unfinished streams
#2
Closed
Dieterbe
closed
9 years ago
Dieterbe
commented
9 years ago
needs
https://github.com/dgryski/go-bitstream/pull/1
removes the need to call Finish() before iterating on data
note: not necessarily concurrency safe yet