-
Notifications
You must be signed in to change notification settings - Fork 195
Make countmap support iterators #605
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Co-authored-by: Milan Bouchet-Valat <[email protected]>
Co-authored-by: Milan Bouchet-Valat <[email protected]>
|
@nalimilan isn't the non-copy method defined on 345L for |
|
|
@nalimilan done. Last thing, what needs to be changed for |
|
Yes that's would be nice too, as it gives higher performance for these cases. |
|
sorry, I just don't know what "change" were you referring to. They look like different specialized function to handle different |
|
I mean that they should accept any |
|
maybe we should just collect once at the very beginning at let the rest do their own thing.... because there's no parametric types for iterator and I don't like jamming actually, I have an idea let me try. |
|
@nalimilan how about this? |
Co-authored-by: Milan Bouchet-Valat <[email protected]>
Co-authored-by: Milan Bouchet-Valat <[email protected]>
Co-authored-by: Milan Bouchet-Valat <[email protected]>
Co-authored-by: Milan Bouchet-Valat <[email protected]>
Co-authored-by: Milan Bouchet-Valat <[email protected]>
Co-authored-by: Milan Bouchet-Valat <[email protected]>
|
done. Manually adding special case for |
Co-authored-by: Milan Bouchet-Valat <[email protected]>
Co-authored-by: Milan Bouchet-Valat <[email protected]>
Co-authored-by: Milan Bouchet-Valat <[email protected]>
Co-authored-by: Milan Bouchet-Valat <[email protected]>
|
Thanks @Moelf! |
fix #581