Update average.cpp

This commit is contained in:
alexey-milovidov 2020-07-30 02:14:55 +03:00 committed by Alexey Milovidov
parent ba6d5d00d9
commit 4d5ba3571b

View File

@ -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: