ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
225 stars 147 forks source link

Performace Improvement on the run CLI(ersilia-os#1299) #1351

Closed Abellegese closed 1 month ago

Abellegese commented 1 month ago

Thank you for taking your time to contribute to Ersilia, just a few checks before we proceed

Description

Overall performance of the run CLI has been increased substantially by making the changes below(comparison results will be given at #1299)

1) Asynchronous and concurrent based key converter at the compound identifier 2) Caching(with dynamic custom cache size) key conversion results for smiles both from the APIs and from rdkit (main performance boost) 3) Adding a valid smiles checker 4) api schema and information file reader function improvement 5) reduction in the unnecessary heavy app layers 6) more

Related to #1299