-
Notifications
You must be signed in to change notification settings - Fork 6
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
Guarantees around iteration and insertion order #8
Comments
Hi @akanalytics, as you might be able to see from the commit dates I haven't invested much time in this over the past few years, and I likely won't into the future. My original use case turned into a DAG, and I haven't found the need for a rose tree like this since. I'd be happy to add you as a maintainer if you'd like to take the lead and keep pushing it forward? |
Hi.
Im happy to help in any way - but Im only a rust (and github) learner
currently, plus Im moving from rosetree to petgraph directly, as I have
need of more general graph features.
But if there's a way I can help - I'm happy to.
Andy
…On Mon, 17 Jan 2022 at 03:40, mitchmindtree ***@***.***> wrote:
Hi @akanalytics <https://github.com/akanalytics>, as you might be able to
see from the commit dates I haven't invested much time in this over the
past few years, and I likely won't into the future. My original use case
turned into a DAG, and I haven't found the need for a rose tree like this
since. I'd be happy to add you as a maintainer if you'd like to take the
lead and keep pushing it forward?
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADSHFEQEVURLH6SNNMNNUS3UWOFUDANCNFSM5LOTPE4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey
Looking to use your crate, but unsure what guarantees it offers around insertion order preservation and iterator order.
Specifically - do the node indexes correspond to insertion order?
Can I iterate subnodes in insertion order?
Are any of these guarantees that the crate will maintain accross future versions?
Andy
The text was updated successfully, but these errors were encountered: