525e22c92b
This commit makes a number of performance improvements to reduce allocations during query execution. Several objects and buffers are now reused across the components to avoid allocations. Previously a simple `count(value)` query across 1M points would require 26,000+ allocations. After the changes in this commit that number has been reduced to 88. |
||
---|---|---|
.. | ||
internal.pb.go | ||
internal.proto |