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

feat: add OccupiedEntry::insert_before method #24

Closed
wants to merge 4 commits into from

Conversation

olebedev
Copy link
Contributor

Motivation

Add a method that enables us to insert elements in the middle of the underlying linked-list. Initial discussion is in #23.

In this PR

Following our discussion, I've implemented the OccupiedEntry::insert_before method. It may seem ad hoc, but it's functioning as expected.

I'm open to further discussions about a more general API. This PR is primarily for tracking progress, not necessarily for immediate merging.

@olebedev olebedev mentioned this pull request Feb 25, 2024
@olebedev olebedev closed this Apr 23, 2024
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 this pull request may close these issues.

1 participant