Why my Rust code is much slower than Python?
Here is recursive function written in Rust. It is aimed to search complex chemical reactions mechanisms using a DB. The core function of the code is here:
Here is recursive function written in Rust. It is aimed to search complex chemical reactions mechanisms using a DB. The core function of the code is here: