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
karel-brinda
changed the title
When many query/ref pairs are reported, final_stats uses to much of memory
When many query/ref pairs are reported, final_stats uses too much of memory
Sep 23, 2022
karel-brinda
changed the title
When many query/ref pairs are reported, final_stats uses too much of memory
When too many query/ref pairs are reported, final_stats uses too much of memory due to its naive Python implementation
May 13, 2023
Happens with eg 1M queries
This is the problematic part:
https://github.com/karel-brinda/mof-search/blob/e79b0c842ed919f1787a3071a52065d2317c8f71/scripts/final_stats.py#L109
Probably should be possible optimize by that the output is sorted according to ref (so it's sufficient to keep just stats for the last ref in memory)
The text was updated successfully, but these errors were encountered: