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
Results:
test sending_and_receiving ... bench: 24,264,924 ns/iter (+/- 23,630,790)
test sending_and_receiving_ordered ... bench: 60,652,994 ns/iter (+/- 10,448,337)
Which means that, while ordered operations are slower than unordered,
they're still about twice as fast as the old implementation before
crossbeam_channel.
0 commit comments