-
-
Notifications
You must be signed in to change notification settings - Fork 815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-introduce crossbeam channels #933
Labels
Comments
This was referenced Jan 6, 2022
Looks like Rust might do this for us :) rust-lang/rust#93563 |
This was referenced Jun 3, 2022
Closed
fwiw, removing the second i.e. from fd -uu --glob -p '**/src/kustomization.yaml' to fd -u --glob -p '**/src/kustomization.yaml' was a valid workaround in my case |
tavianator
added a commit
to tavianator/fd
that referenced
this issue
Oct 24, 2022
Fixes sharkdp#933. Fixes sharkdp#1060. Fixes sharkdp#1113.
tavianator
added a commit
to tavianator/fd
that referenced
this issue
Nov 1, 2022
Fixes sharkdp#933. Fixes sharkdp#1060. Fixes sharkdp#1113.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After doing a proper performance evaluation, it would be benefitial to use crossbeam channels instead of the std mpsc channels, because:
recv_timeout()
(Panic in Receiver::recv() rust-lang/rust#39364)See discussion in #895 and #916.
The text was updated successfully, but these errors were encountered: