Closed alexander-yakushev closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.59%. Comparing base (
352d181
) to head (b644d7b
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This doesn't look much like an improvement but it actually removes two sources of allocations per each row – the LongRange and the lambda created by
partial
. This accounts for ~10% of allocations in my "select 10k rows" benchmark, and it costs nothing to optimize it (except maybe a bit of readability).