Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate SortedQueue performance and implementation #34

Open
clorton opened this issue Aug 21, 2024 · 0 comments
Open

Investigate SortedQueue performance and implementation #34

clorton opened this issue Aug 21, 2024 · 0 comments
Assignees

Comments

@clorton
Copy link
Contributor

clorton commented Aug 21, 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).

  1. is this a reasonable amount of time (consider number of operations and number of memory accesses)
  2. is there a better overall implementation (also consider compiled code)
  3. 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)
@clorton clorton self-assigned this Aug 21, 2024
@clorton clorton changed the title Investigate Priority Queue performance and implementation Investigate SortedQueue performance and implementation Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant