No description
Find a file
Kirill Chibisov 7b1651a2c1 Dynamically change thread sleeping time to increase throughput during high load
Previously we were always blocking for 50ms no matter what, but now
we'll be dynamically adjust our block ratio depending on the current
clipboard load. In the worst case scenario when user used the clipboard only
once will go with the next sequence: 0 1(16 times) 1 2 4 8 16 32 50 50
50 and so on, until the next user request.
2019-11-21 00:19:28 +08:00
examples Refactor thread code into threaded.rs 2019-06-07 10:46:22 +08:00
src Dynamically change thread sleeping time to increase throughput during high load 2019-11-21 00:19:28 +08:00
.gitignore Initial commit 2019-02-10 01:28:53 +08:00
.travis.yml Fix .travis.yml 2019-02-14 18:22:51 +08:00
Cargo.toml Release 0.3.5 2019-09-03 21:39:44 +08:00
CHANGELOG.md Dynamically change thread sleeping time to increase throughput during high load 2019-11-21 00:19:28 +08:00
CONTRIBUTING.md Fix docs 2019-02-14 18:01:57 +08:00
doc_index.html Rename to smithay-clipboard 2019-02-10 19:05:47 +08:00
LICENSE Initial commit 2019-02-10 01:28:53 +08:00
README.md Rename to smithay-clipboard 2019-02-10 19:05:47 +08:00

crates.io Build Status

Smithay Clipboard

This crate provides access to the wayland clipboard.

Documentation

The documentation for the master branch is available online.

The documentation for the releases can be found on docs.rs.