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

Add a StaticVecDeque type #45

Open
timothee-haudebourg opened this issue Sep 21, 2020 · 2 comments
Open

Add a StaticVecDeque type #45

timothee-haudebourg opened this issue Sep 21, 2020 · 2 comments

Comments

@timothee-haudebourg
Copy link

Hi,

I see you also provide derived types such as StaticHeap and StaticString. What would you think about adding a StaticVecDeque type mimicking the standard VecDeque? It would be super useful although it cannot be directly implemented from StaticVec since some elements on the front of the vec might be uninitialized...

@slightlyoutofphase
Copy link
Owner

I'm definitely interested in adding more data structures to the crate. Will take a look to see if there's a reasonable way I can Implement a StaticVecDeque around StaticVec. Thanks for the suggestion!

@slightlyoutofphase
Copy link
Owner

I'm going to try to actually implement this sometime soon BTW. Sorry for the wait. Took a while to figure out the best approach, and I was working on other stuff for a while also.

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

2 participants