-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: add a prioritised item buffer #19
Conversation
Is there any news on this PR? Do you know if it is safe to use? |
I was also looking specifically for this, would be nice to have this PR merged 🙏 |
Hi @LabChameleon & @JesseFarebro 👋🏻 Sorry for the delay! A few other projects had top priority for some time, but we're back now & we will be getting this merged ASAP :) |
Need to merge in #27, but otherwise LGTM 🥇 (Apologies for delay!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge in #27 first and then good to go :)
What?
Add prioritised item buffer.
Why?
Its useful to have a simple buffer type such as the item buffer in a prioritised variant.
How?
Wrap the prioritised trajectory buffer in the same way we wrap the trajectory buffer in the item buffer case.