You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new load_collection framework, it looks like collection_from_pathlist introduced in #211 does not read sketches in parallel, leading to extremely long load times for pathlists.
We would still expect it to be slower, but maybe by a factor of two - not 18x! :)
The text was updated successfully, but these errors were encountered:
ctb
changed the title
collection_from_pathlist does not read sketches in parallelcollection_from_pathlist is much slower than the other methods
Feb 17, 2024
In the new
load_collection
framework, it looks likecollection_from_pathlist
introduced in #211 does not read sketches in parallel, leading to extremely long load times for pathlists.Here is the relevant benchmark result from #214:
We would still expect it to be slower, but maybe by a factor of two - not 18x! :)
The text was updated successfully, but these errors were encountered: