Closed Michael-E-Rose closed 5 months ago
Each instantiation Scientist() loads the field-source definition anew: https://github.com/sosia-dev/sosia/blob/master/sosia/classes/scientist.py#L276
Scientist()
This slows down find_matches() a lot.
find_matches()
Need to find a way to avoid reloading everything.
Long obsolete, due to sosia.get_field_source_information()
sosia.get_field_source_information()
Each instantiation
Scientist()
loads the field-source definition anew: https://github.com/sosia-dev/sosia/blob/master/sosia/classes/scientist.py#L276This slows down
find_matches()
a lot.Need to find a way to avoid reloading everything.