-
Notifications
You must be signed in to change notification settings - Fork 435
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
Support hash lookup by path string for Remove action #462
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat!
FYI @dispanser @Dandandan |
Learned something today, nice "trick"! 👍 |
Sorry @viirya I thought I merged this PR, turns out I didn't :( Could you resolve the conflict so I can merge it? |
@houqp No problem! Resolved it. Thanks. |
@viirya looks like the hashset optimization in merge function got lost during the merge. |
Ah, let me fix it. |
🎉 for more performance boost. |
Thanks @houqp @dispanser @Dandandan ! |
Description
By implementing
Borrow
trait forRemove
, we can support lookup by path string forRemove
action.Related Issue(s)
closes #460
Documentation