Add multithreading to overhead allocation, add optional storage of from departments

This commit is contained in:
Michael Pivato
2023-03-13 06:03:18 +00:00
parent 8a6a94a11e
commit 933e9b33ca
2 changed files with 169 additions and 107 deletions

View File

@@ -66,7 +66,7 @@ enum Commands {
#[arg(short = 'f', long)]
show_from: bool,
#[arg(short, long, default_value = "0.000001")]
#[arg(short, long, default_value = "0.00000000000000001")]
zero_threshold: f64,
#[arg(short, long, value_name = "FILE")]