Combinatorics.jl
Combinatorics.jl copied to clipboard
inline iterate method to avoid allocations
Use @inline
on iterate method of Combinations to avoid allocations when creating return tuple
Closes #147
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
e6888be
) 96.97% compared to head (eb654a5
) 96.97%.
Additional details and impacted files
@@ Coverage Diff @@
## master #148 +/- ##
==========================================
- Coverage 96.97% 96.97% -0.01%
==========================================
Files 7 7
Lines 728 727 -1
==========================================
- Hits 706 705 -1
Misses 22 22
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Any reason not to merge this?