dgryski / go-tsz

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

More evaluation cases #9

Closed Dieterbe closed 8 years ago

Dieterbe commented 8 years ago

I will rebase this branch once #8 is merged, to get the better location for the test data, but that's just a code detail and doesn't hold back from sharing these results. I wanted to share these results and invite @dgryski and @woodsaj and @nopzor to have a closer look

here's my updated conclusions:

screenshot of output: conclusions

Dieterbe commented 8 years ago

also 0 ~1000 [inf] means that in theory the number could go up to inf, but in practice they stay low, between 0 and 1000

Dieterbe commented 8 years ago

rebased against latest master. will merge soon unless someone objects.

dgryski commented 8 years ago

LGTM. Go ahead and merge.