Parsync is file copying tool with speed being the highest priority.
The install you can clone the repo and install it using cargo or use the git subcommand in cargo to install directly.
cargo install --path . --lockedThese are crude benchmarks using the time utility. The source is a folder
of size ~8GiB. These tests were done on an 11th Gen i3.
parsync copy ~/Downloads ~/Downloads_copy 0.41s user 7.82s system 82% cpu 10.001 totalparsync sync ~/Downloads ~/Downloads_copy 0.14s user 0.66s system 142% cpu 0.560 totalparsync delete ~/Downloads_copy 0.19s user 1.21s system 276% cpu 0.507 totalYou can get the complete list of supported options using the --help command.