influxdb/tsdb/engine
Ben Johnson d204a8b683
optimize tsm1.FloatDecoder
This commit changes the `FloatDecoder.val` from a `float64` type
to a `uint64` to avoid an additional type conversion during read.
Now the type gets converted to a `float64` only on call to `Values()`.
2016-04-21 08:49:12 -06:00
..
tsm1 optimize tsm1.FloatDecoder 2016-04-21 08:49:12 -06:00
engine.go Lint tsdb and tsdb/engine package 2016-02-10 21:33:46 +01:00