Combinatorics.jl icon indicating copy to clipboard operation
Combinatorics.jl copied to clipboard

inline iterate method to avoid allocations

Open GregPlowman opened this issue 1 year ago • 2 comments

Use @inline on iterate method of Combinations to avoid allocations when creating return tuple

Closes #147

GregPlowman avatar Dec 12 '23 00:12 GregPlowman

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.

codecov[bot] avatar Dec 12 '23 00:12 codecov[bot]

Any reason not to merge this?

knuesel avatar Mar 28 '24 13:03 knuesel