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

Feature Request: Add insert and remove API to Vector similar to Vec #95

Open
White-Green opened this issue Aug 30, 2024 · 0 comments · May be fixed by #96
Open

Feature Request: Add insert and remove API to Vector similar to Vec #95

White-Green opened this issue Aug 30, 2024 · 0 comments · May be fixed by #96

Comments

@White-Green
Copy link

First off, thank you for creating such an excellent library!

I would like to propose adding insert and remove methods to the Vector, similar to those available in Vec.
I’ve considered implementing this using the same algorithm as in B+Tree, but this might lead to more expensive index calculations for get and set operations.

What do you think of this approach? If it seems like a good direction, I'm happy to work on a PR.
If you have any other ideas or suggestions, I'd love to hear them!

Thank you!

@White-Green White-Green linked a pull request Sep 1, 2024 that will close this issue
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.

1 participant