mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-22 15:45:35 -04:00
d0f38cc4b4
Add `into_iter().filter().collect()` as a comparison point since it was reported to be faster than `retain`. Remove clone inside benchmark loop to reduce allocator noise.