dgryski / go-tsz

Time series compression algorithm from Facebook's Gorilla paper
BSD 2-Clause "Simplified" License
538 stars 67 forks source link

WIP: support concurrent writer and readers #3

Closed Dieterbe closed 8 years ago

Dieterbe commented 9 years ago

the tests don't succeed yet. couldn't get it to work reliably yet. this PR is to facilitate discussion and get feedback

woodsaj commented 8 years ago

@Dieterbe i have fixed the unit tests in https://github.com/dgryski/go-tsz/pull/5

The PR is to merge this "concurrent" branch.

Dieterbe commented 8 years ago

the tests look good now, so merging.