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

Tracker: binary heaps #2067

Open
9 of 10 tasks
anshumanmohan opened this issue May 28, 2024 · 3 comments
Open
9 of 10 tasks

Tracker: binary heaps #2067

anshumanmohan opened this issue May 28, 2024 · 3 comments
Labels
C: Queues One of the queue-style frontends Type: Tracker Track various tasks

Comments

@anshumanmohan
Copy link
Contributor

anshumanmohan commented May 28, 2024

#1999 motivates the need for a general PIFO. It also discusses a made-up strategy for implementing such a PIFO. It leaves on the table, however, another straightforward solution: binary heaps.

This is a tracker for the things we need.

@anshumanmohan anshumanmohan added C: Queues One of the queue-style frontends Type: Tracker Track various tasks labels May 28, 2024
@ethanuppal
Copy link
Member

Does this issue have a PR or a branch?

@anshumanmohan
Copy link
Contributor Author

anshumanmohan commented May 29, 2024

PR for the first task coming soon. My intention is to leave the other tasks for my BURE undergrads.

@anshumanmohan
Copy link
Contributor Author

@ethanuppal see #2074 if you're curious!

This was referenced Jun 13, 2024
polybeandip added a commit that referenced this issue Jul 1, 2024
More progress towards #2067!

This PR takes a stab at tweaking `docs/frontends/queues.md` to
incorporate additions from PRs #2164 and #2174.

---------

Co-authored-by: Anshuman Mohan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Queues One of the queue-style frontends Type: Tracker Track various tasks
Projects
None yet
Development

No branches or pull requests

2 participants