-
Notifications
You must be signed in to change notification settings - Fork 30
add sliding_window_maxima
#126
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
base: master
Are you sure you want to change the base?
Conversation
Feature addition: add iterator whose elements are maxima of a sliding window over an original iterator.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #126 +/- ##
==========================================
+ Coverage 90.72% 91.96% +1.23%
==========================================
Files 1 1
Lines 399 473 +74
==========================================
+ Hits 362 435 +73
- Misses 37 38 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
why does this have some very aggressive compiler directives thoughout it? these are going to require careful hand checking. |
This comment was marked as outdated.
This comment was marked as outdated.
Should mean better type stability for users.
They're not necessary now that the iterator type does not depend on the window size.
bump |
bump |
Feature addition: add iterator whose elements are maxima of a sliding window over an original iterator.