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 skiplist #3

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Conversation

emilHof
Copy link

@emilHof emilHof commented Jan 15, 2023

Hi!

I seems that development of this crate is maybe not the most active anymore after all the years, so no worries if this goes unotice. I had fun working on this either way!

This feature adds a SkipList, which is in function very similar to a BTreeMap, to the collection of lock-free data structures.

There are currently still a few unresolved issues with the SkipList, as it is prone to leaking about .5% of its allocations.

I definitely do not expect this to get merged, especially not right away, yet I was curious about your thoughts on this and what could potentially be done about the leaking issue and the feature in general?

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