-
Notifications
You must be signed in to change notification settings - Fork 468
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
crossbeam-skiplist 0.1 release #635
Comments
657: impl Deref for set::Entry r=Vtec234 a=taiki-e *This originally suggested by @caelunshun in #535 (comment) cc #635 Co-authored-by: Taiki Endo <[email protected]>
655: Add docs for SkipSet and SkipList r=jeehoonkang a=taiki-e This is the main blocker for the crossbeam-skiplist 0.1 release. cc #635 Co-authored-by: Taiki Endo <[email protected]>
@taiki-e Hi, I'm glad to see steady progress of this. We're potentially looking forward to using this for Solana's critically-important Accounts DB indexes if possible, which is 10 million entries already (and will continue to increase to 10x or 100x). Thanks for working on this. |
Hi, is this crate ready for release? |
It should be ready except that the readme needs to be updated a bit. |
Hi, sorry to bother, but can't wait to see this crate released, 🥰. Is there a release plan? |
887: Update readme r=taiki-e a=taiki-e cc #635 Co-authored-by: Taiki Endo <[email protected]>
Release PR: #888 |
This is a tracking issue for the initial release of crossbeam-skiplist.
TODO
SkipMap
; done in Add initial docs to crossbeam-skiplist #535SkipSet
; done in Add docs for SkipSet and SkipList #655SkipList
; done in Add docs for SkipSet and SkipList #655Open issues
'static
bounds (Remove the 'static bounds #205)Entry
's name is misleading (Add initial docs to crossbeam-skiplist #535 (comment)); maybe good to rename toCursor
? (Add initial docs to crossbeam-skiplist #535 (comment))set::Entry
could implementDeref<Target=T>
for convenience. (Add initial docs to crossbeam-skiplist #535 (comment)); done in impl Deref for set::Entry #657The text was updated successfully, but these errors were encountered: