influxdb/tsdb/engine
Jason Wilder 2f7d4995b4 Use typed values to avoid allocations
This switches compactions to use type values (FloatValues) from the
generic Values type.  It avoids a bunch of allocations where each value
much be converted from a specific type to an interface{}.
2017-03-09 16:27:07 -07:00
..
tsm1 Use typed values to avoid allocations 2017-03-09 16:27:07 -07:00
engine.go Update godoc for tsm1 package 2017-01-02 07:30:18 -08:00