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
The ZipTrusted is just as fast as the unchecked loop for both n=2 and
n=3 this way!
test zip_loop ... bench: 589 ns/iter (+/- 4)
test zip_loop3 ... bench: 862 ns/iter (+/- 75)
test zip_slices_default_zip ... bench: 626 ns/iter (+/- 9)
test zip_slices_default_zip3 ... bench: 1155 ns/iter (+/- 14)
test ziptrusted ... bench: 590 ns/iter (+/- 74)
test ziptrusted3 ... bench: 865 ns/iter (+/- 81)
0 commit comments