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()`. |
||
---|---|---|
.. | ||
tsm1 | ||
engine.go |
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()`. |
||
---|---|---|
.. | ||
tsm1 | ||
engine.go |