Some new ways to speed RDKit calls up using multiple threads

Another tutorial from Greg Landrum, focussing on how to take advantage of modern multithreaded CPUs.

https://greglandrum.github.io/rdkit-blog/posts/2024-02-11-more-multithreading.html

Looking at Generating fingerprints, Molecular standardization, Conformer generation, RMSD calculations. Using multithreaded Mol Readers has be described previously.

https://greglandrum.github.io/rdkit-blog/posts/2023-11-11-usingmultithreadedreaders.html

Related Posts