Skip to content

&mut self APIs for skiplist #1303

Description

@jafar75

I'm thinking it would be useful if we could have &mut self APIs like get_mut, insert_mut, remove_mut and iter_mut for skiplist.

In recent months I was working on a relatively similar scenario for queues in PR #1191 and I think same benefits in terms of performance and even more features like giving mutable access to a value with get_mut and etc can be obtained here for skiplist.

If it makes any sense, I can take time working on it.

thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions