This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Refactory of Fork-Tree data structure #11228
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
dca037d
Iterative version of some fork-tree methods
davxy 1e746fc
Prune doesn't require its generic args to be 'clone'
davxy 23cc533
Fork-tree import and drain-filter iterative implementations
davxy 47d1759
Fork-tree map iterative implementation
davxy 6477e73
Merge branch 'master' into davxy-iterative-fork-tree-methods
davxy acdbbb5
Optimization of some operations, e.g. rebalance only when required
davxy a090eb1
Destructuring assignments not supported by stable rustc 1.57
davxy 051ac86
Nitpicks
davxy 9163787
Safe implementation of 'map' and 'drain_filter' methods
davxy 406b526
Remove dummy comment
davxy b79c4cf
Merge branch 'master' into davxy-iterative-fork-tree-methods
davxy 9f8fd20
Trigger CI pipeline
davxy 1dde93b
Test map for multi-root fork-tree and refactory of `find_node_index_w…
davxy 7d8c7a3
Fix find node index with predicate
davxy 29215b5
Nits
davxy e0e2d70
Merge branch 'master' into davxy-iterative-fork-tree-methods
davxy 182d073
Tree traversal algorithm is not specified
davxy 9cc8b51
Move unspecified tree traversal warning to 'map'
davxy f6d04e1
Immutable 'drain_filter' predicate
davxy 863105f
Apply suggestions from code review
davxy bc5d9fb
Apply suggestions from code review
davxy f0269d4
Remove double mapping
davxy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fork-tree import and drain-filter iterative implementations
- Loading branch information
commit 23cc533c573170856a8093b5628201cf07fe02c0
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.