Closed DeEskalator closed 1 year ago
105% Efficiency
Found this flag in args.rs.
/// Threads to use when encoding
#[arg(long)]
pub threads: Option<usize>,
How do I set it to five threads?
Found this flag in args.rs.
/// Threads to use when encoding #[arg(long)] pub threads: Option<usize>,
How do I set it to five threads?
cargo run -- embed --threads=5
I guess?
I compiled it for macOS and I mean it is pretty quick, but could there be some multithread support be added to speed up things?