-
Notifications
You must be signed in to change notification settings - Fork 596
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
replace zip_eq
with optimizable version
#7779
Comments
cc @jon-chuang |
In my opinion, I suggest still making it an extension method to |
We can't do that without specialization. 😭 |
Let me do a stupid version instead |
I'm planning to implement it in #7749 👀 |
Did you begin? I can do the dirty work if not 🥵 |
Okay you can go ahead :) Thanks! |
close #7779 See the rustdoc in `src/common/src/util/iter_util.rs` for motivation. Approved-By: BugenZhao Approved-By: kwannoel
As mentioned by @BugenZhao : #7749 (comment)
And previously caught by @wangrunji0408 in #6856.
We should probably replace
zip_eq
system wide with something else. This should be optimized away in release and bench builds.The text was updated successfully, but these errors were encountered: