Av1an/av1an-cli
redzic 98bb4cc4b6
Allow setting thread affinity for each worker (#402)
Introduces a new command line option called `--set-thread-affinity=n`,
where `n` specifies the number of threads to assign to each worker.

We use the `affinity` crate instead of the `nix` crate directly to
get abstractions for Windows and Linux.
2021-11-16 00:15:26 +02:00
..
src Allow setting thread affinity for each worker (#402) 2021-11-16 00:15:26 +02:00
build.rs Fix vergen for release (#393) 2021-10-31 22:20:38 +02:00
Cargo.toml av1an 0.2.0 release 2021-10-31 22:56:47 +02:00