fd/src
Tavian Barnes e7f192f1c6 Revert "Switch from std::sync::mpsc to crossbeam-channel"
@sharkdp [noticed][1] a quite severe performance degredation due to this
change.  Switch back to std::sync::mpsc until we can fix the performance
regression.

This reverts commit a4bb734482.

[1]: https://github.com/sharkdp/fd/pull/895#issuecomment-1002099369
2021-12-28 12:11:32 -05:00
..
exec Revert "Switch from std::sync::mpsc to crossbeam-channel" 2021-12-28 12:11:32 -05:00
filter Remove lazy_static from dependencies 2021-11-25 20:06:43 +01:00
app.rs Merge remote-tracking branch 'origin/master' into no-strip/760 2021-11-26 18:19:28 +01:00
config.rs Merge remote-tracking branch 'origin/master' into no-strip/760 2021-11-26 18:19:28 +01:00
error.rs Proper error handling within walk.rs 2020-04-03 22:36:32 +02:00
exit_codes.rs Raise SIGINT when dying by ^C 2021-11-15 07:53:57 +01:00
filesystem.rs Fix directory-existence check on Windows 2021-08-08 15:02:01 +02:00
filetypes.rs A couple of minor recommendations from the Code Quality action (#903) 2021-12-07 10:04:17 -07:00
main.rs fix: disable jemalloc on risc-v target 2021-12-28 17:38:28 +01:00
output.rs output: Remove wants_to_quit handling from print_entry() 2021-12-05 12:06:49 -05:00
regex_helper.rs Show error if pattern matches leading dot but --hidden is not given, closes #615 2020-12-06 15:57:33 +01:00
walk.rs Revert "Switch from std::sync::mpsc to crossbeam-channel" 2021-12-28 12:11:32 -05:00