Specialize Positions::[r]fold#813
Conversation
phimuemue
left a comment
There was a problem hiding this comment.
Thanks @Philippe-Cholet, looks good to me.
I think we should replace iter/count by Enumerate before adding further specializations.
|
@phimuemue A very small loss for |
I meant replacing |
Related to #755
First, I have to say that after adding many benchmarks in #806, building specialization benchmarks is now slower: 1mn53s hence more than 4mn to run this benchmarking command twice:
Benchmarks all rely on
core::slice::Iterwhich does not specializerfoldbut I did not thought it would be slower.It's not by much but still. What do you think?