Skip to main content

substruct_match_batch_parallel

Function substruct_match_batch_parallel 

Source
pub fn substruct_match_batch_parallel(
    molecules: &[&Molecule],
    pattern: &SmartsPattern,
) -> Vec<Vec<Vec<usize>>>
Expand description

Batch substructure matching with rayon parallelism.