sosia-dev / sosia

Sosia: Automatic author matching in Scopus on-line
https://sosia.readthedocs.io/
MIT License
11 stars 3 forks source link

Load fields_sources_list only one #30

Closed Michael-E-Rose closed 2 months ago

Michael-E-Rose commented 3 years ago

Each instantiation Scientist() loads the field-source definition anew: https://github.com/sosia-dev/sosia/blob/master/sosia/classes/scientist.py#L276

This slows down find_matches() a lot.

Need to find a way to avoid reloading everything.

Michael-E-Rose commented 2 months ago

Long obsolete, due to sosia.get_field_source_information()