pub fn parallel_fastx<F>(filename: &str, nb_threads: usize, task: F)where F: Send + Sync + Fn(&[u8], &str),