-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try refactor distances #322
Conversation
See also some discussion regarding this point in #91 |
Codecov Report
@@ Coverage Diff @@
## master #322 +/- ##
========================================
- Coverage 100.0% 99.8% -0.2%
========================================
Files 36 36
Lines 3178 3141 -37
========================================
- Hits 3178 3132 -46
- Misses 0 9 +9
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed! |
This PR makes wide-integer's internal algorithms compatible with bidirectional -iterators (and not just random-access-iterators). This may be useful for future design steps.