We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was more noticeable before I increased the INCR block size, but sometimes xclip's pastes (acting as a requestor) felt slower than if I used xsel.
Transfers over a network seemed to exacerbate the problem.
Basic speed tests can be done with Pipe View (pv): host1$ dd if=/dev/zero bs=1M count=16 | tr '\0' a | xclip host2$ xsel | pv >/dev/null host2$ xclip | pv >/dev/null
Note that while requesting a selection is slow (paste), having xclip own a selection (copy) is 100x faster than xsel for xfrs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This was more noticeable before I increased the INCR block size, but sometimes xclip's pastes (acting as a requestor) felt slower than if I used xsel.
Transfers over a network seemed to exacerbate the problem.
Basic speed tests can be done with Pipe View (pv):
host1$ dd if=/dev/zero bs=1M count=16 | tr '\0' a | xclip
host2$ xsel | pv >/dev/null
host2$ xclip | pv >/dev/null
Note that while requesting a selection is slow (paste), having xclip own a selection (copy) is 100x faster than xsel for xfrs.
The text was updated successfully, but these errors were encountered: