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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃毀Impletement Associative Container Skip List #45

Closed
1 task done
LebranceBW opened this issue Feb 12, 2021 · 2 comments
Closed
1 task done

馃毀Impletement Associative Container Skip List #45

LebranceBW opened this issue Feb 12, 2021 · 2 comments

Comments

@LebranceBW
Copy link
Contributor

LebranceBW commented Feb 12, 2021

I want to accomplish the "Skip list" for searching. Used in leveldb. However, I could only make it with unsafe Rust and not sure there are no memory leak.

  • Skip list.
@weihanglo
Copy link
Owner

Sounds great! Unsafe code is acceptable if you cannot avoid it. Just make sure the code is intuitive and clear as a learning resource.

FYI, Redis also uses skip list as an internal data structure.

@LebranceBW
Copy link
Contributor Author

馃殌 yeah, I will set out after Spring Festival.

@LebranceBW LebranceBW changed the title Impletement Associative Container Skip List 馃毀Impletement Associative Container Skip List Feb 14, 2021
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

No branches or pull requests

2 participants