AdamNiederer / faster

SIMD for humans
Mozilla Public License 2.0
1.56k stars 51 forks source link

Fixed examples and more tests for .zip() #13

Closed ralfbiedert closed 6 years ago

ralfbiedert commented 6 years ago

Note that the new tests will fail Travis, which is intended, as it should reflect the problem with uneven zip() vectors.

Update ... Well, apparently they don't fail Travis. However, they should if cargo test is being run.

AdamNiederer commented 6 years ago

Thanks for the tests! I'm going to comment out the one with the differently-sized collections for now, and reinstate it when my iterator overhaul lands.