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

Implement pop_back operation for buck #53

Closed
Tracked by #101
yanganto opened this issue Jun 16, 2021 · 0 comments · Fixed by #279
Closed
Tracked by #101

Implement pop_back operation for buck #53

yanganto opened this issue Jun 16, 2021 · 0 comments · Fixed by #279
Labels
Hacktoberfest lable for Hacktoberfest help wanted Extra attention is needed KV KV feature relating

Comments

@yanganto
Copy link
Member

yanganto commented Jun 16, 2021

The key is stored ordered, so it is possible to get the last of key value pair and remove this pair at the same time.
https://github.com/second-state/SewUp/blob/main/sewup/src/kv/bucket.rs#L209

@yanganto yanganto added help wanted Extra attention is needed KV KV feature relating labels Jun 16, 2021
@yanganto yanganto added the Hacktoberfest lable for Hacktoberfest label Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest lable for Hacktoberfest help wanted Extra attention is needed KV KV feature relating
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant