Skip to content

Minor optimizations

Choose a tag to compare

@Dimagog Dimagog released this 01 Oct 09:35
· 9 commits to master since this release
Optimized order of `reduce` function overloads in Enumerable

Putting most common cases first to improve perf.

Benchmarks:
* Added comparison with Map
* Measure Enumerable perf
* Snapshot of latest results
* Added explanation why to compare with Map