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

FIFO and FILO for query and querydelete! #80

Closed
Krastanov opened this issue Dec 10, 2023 · 3 comments · Fixed by #113
Closed

FIFO and FILO for query and querydelete! #80

Krastanov opened this issue Dec 10, 2023 · 3 comments · Fixed by #113
Assignees

Comments

@Krastanov
Copy link
Member

Krastanov commented Dec 10, 2023

Currently we implicitly have FIFO order.

This should be a parameter to query and querydelete! (renamed from querypop!)

We can use types in order to have specialization:

struct FILO end
struct FIFO end
@Krastanov
Copy link
Member Author

The hope is that using FILO order would fix the issues with EntanglementTracker

@Krastanov
Copy link
Member Author

In #81 we clarified the order, but this is not implemented there.

@Krastanov
Copy link
Member Author

with #106 now we support order in query, but it is pretty important to get it in querydelete! as well, @Abhishek-1Bhatt

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

Successfully merging a pull request may close this issue.

2 participants