-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This improves decimal aggregations performance BEFORE: Benchmark (function) (groupCount) (type) Mode Cnt Score Error Units BenchmarkDecimalAggregation.benchmark sum 10 LONG avgt 10 11,782 ± 0,511 ns/op BenchmarkDecimalAggregation.benchmark sum 10000 LONG avgt 10 20,122 ± 0,773 ns/op BenchmarkDecimalAggregation.benchmarkEvaluateFinal sum 10000 LONG avgt 10 727254,852 ± 21119,807 ns/op BenchmarkDecimalAggregation.benchmarkEvaluateIntermediate sum 10 LONG avgt 10 11,628 ± 0,175 ns/op BenchmarkDecimalAggregation.benchmarkEvaluateIntermediate sum 10000 LONG avgt 10 20,417 ± 0,594 ns/op AFTER Benchmark (function) (groupCount) (type) Mode Cnt Score Error Units BenchmarkDecimalAggregation.benchmark sum 10 LONG avgt 10 5,488 ± 0,466 ns/op BenchmarkDecimalAggregation.benchmark sum 10000 LONG avgt 10 6,471 ± 0,664 ns/op BenchmarkDecimalAggregation.benchmarkEvaluateFinal sum 10000 LONG avgt 10 552729,926 ± 23429,821 ns/op BenchmarkDecimalAggregation.benchmarkEvaluateIntermediate sum 10 LONG avgt 10 5,236 ± 0,279 ns/op BenchmarkDecimalAggregation.benchmarkEvaluateIntermediate sum 10000 LONG avgt 10 6,462 ± 0,323 ns/opfixup
- Loading branch information
Showing
13 changed files
with
432 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.