dgryski / go-tsz

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

make t0 a readable property #15

Closed Dieterbe closed 8 years ago

Dieterbe commented 8 years ago

it can be useful for the caller to retrieve the t0 value for logging/debugging purposes. Since this value never changes, we don't have to worry about locking