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
Latest runs in FUSION take ~245 seconds (4:05) total of which ~100 seconds (1:40) are spent in do_non_disease_deaths (measured on my machine).
is this a reasonable amount of time (consider number of operations and number of memory accesses)
is there a better overall implementation (also consider compiled code)
could it just be more efficient when popping items (i.e., bubble subsequent items up) and pushing items (assume new items will be toward the back, so append and bubble up)
The text was updated successfully, but these errors were encountered:
clorton
changed the title
Investigate Priority Queue performance and implementation
Investigate SortedQueue performance and implementation
Oct 14, 2024
Latest runs in FUSION take ~245 seconds (4:05) total of which ~100 seconds (1:40) are spent in
do_non_disease_deaths
(measured on my machine).The text was updated successfully, but these errors were encountered: