pub fn has_substruct_match_batch_parallel(
molecules: &[&Molecule],
pattern: &SmartsPattern,
) -> Vec<bool>Expand description
Batch boolean substructure check with rayon parallelism.
pub fn has_substruct_match_batch_parallel(
molecules: &[&Molecule],
pattern: &SmartsPattern,
) -> Vec<bool>Batch boolean substructure check with rayon parallelism.