Hi everyone,

I have a question regarding parallel data loading with RDKit,

Regarding Chem.MultithreadedSDMolSupplier

*By** default a single reader thread is used to extract records from the
> file and a single writer thread is used to process them. Note that due to
> multithreading the output may not be in the expected order. Furthermore,
> the MultithreadedSmilesMolSupplier and the MultithreadedSDMolSupplier
> cannot be used as random-access objects. *


Means that the output order should not be expected to be the same all the
times the files is readed? If I set numWriterThreads >= 2 it expands over
the different cores?

All the best,
Eduardo
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to