mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
Update average.cpp
This commit is contained in:
parent
ba6d5d00d9
commit
4d5ba3571b
@ -15,7 +15,7 @@
|
|||||||
*
|
*
|
||||||
* It tests the overhead of various data structures in comparison to the minimal code doing the same task.
|
* It tests the overhead of various data structures in comparison to the minimal code doing the same task.
|
||||||
* It also tests what does it cost to access aggregation state via single pointer indirection.
|
* It also tests what does it cost to access aggregation state via single pointer indirection.
|
||||||
* Also it evaluate various ways to unroll the loop.
|
* Also it evaluates various ways to unroll the loop.
|
||||||
* And finally it compares with one solution involving bucket sort.
|
* And finally it compares with one solution involving bucket sort.
|
||||||
*
|
*
|
||||||
* How to use:
|
* How to use:
|
||||||
|
Loading…
Reference in New Issue
Block a user