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 additional operations and dynamic resizing on skiplists #119

Open
polytypic opened this issue Jan 11, 2024 · 0 comments
Open

Implement additional operations and dynamic resizing on skiplists #119

polytypic opened this issue Jan 11, 2024 · 0 comments

Comments

@polytypic
Copy link
Contributor

PR #99 added a lock-free skiplist. As mentioned in the PR, there is still a lot of room to improve on it:

  • The maximum node height is not adjusted dynamically, which requires one to have a good idea of the number of bindings in the skiplist for performance.
  • Skiplist can support operations like finding/removing the binding with the minimum / maximum key, listing bindings in (ascending) order of their keys, finding bindings with keys in a given range (min, max) of keys, finding the binding with the smallest key that is greater or equal to search key, ... all the things you'd expect from an ordered container.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant