You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
This is important for performance reasons.
It avoids needless
.collect
on the caller side.It's also perfectly backward-compatible.
[ExactSizeIterator](https://doc.rust-lang.org/std/iter/trait.ExactSizeIterator.html] can be used instead for the cases where the method was using the size of the array (
input.len()
)Eg.:
blockifier/crates/blockifier/src/blockifier/transaction_executor.rs
Line 179 in eb4958a
The text was updated successfully, but these errors were encountered: