Ad
  • Custom User Avatar

    Maybe (I'm not sure) because into_iter() actually copies i32, and iter() creates references. While references are also 32 bit on x32 arch, they are 64 bit on x64 arch. So it may cause unnecessary creation of muliple u64 pointers that slow down the whole thing.