Path C - Module 49: Performance Optimization#
MolSysMT’s Rust kernels are precompiled. In this module, you will separate loading, preparation, and native execution costs in a virtual-screening benchmark.
import molsysmt as msm
print(f"Benchmarking with MolSysMT {msm.__version__}")