Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
ebc286c3
Commit
ebc286c3
authored
Sep 23, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
44a2e6db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
wcfs/internal/xbtree/treediff.go
wcfs/internal/xbtree/treediff.go
+1
-2
No files found.
wcfs/internal/xbtree/treediff.go
View file @
ebc286c3
...
@@ -183,7 +183,6 @@ func δZConnectTracked(δZv []zodb.Oid, T blib.PPTreeSubSet) (δZTC setOid, δto
...
@@ -183,7 +183,6 @@ func δZConnectTracked(δZv []zodb.Oid, T blib.PPTreeSubSet) (δZTC setOid, δto
return
δZTC
,
δtopsByRoot
return
δZTC
,
δtopsByRoot
}
}
// treediff computes δT/δtrack/δtkeycov for tree/trackSet specified by root in between old..new.
// treediff computes δT/δtrack/δtkeycov for tree/trackSet specified by root in between old..new.
//
//
// δtops is set of top nodes for changed subtrees.
// δtops is set of top nodes for changed subtrees.
...
@@ -324,7 +323,7 @@ type nodeInRange struct {
...
@@ -324,7 +323,7 @@ type nodeInRange struct {
//
//
// Get(key) -> node - get node covering key
// Get(key) -> node - get node covering key
// Expand(node) -> children - replace node with its children
// Expand(node) -> children - replace node with its children
// GetToLeaf(key) -> leaf - get/expand to leaf node
covering
key
// GetToLeaf(key) -> leaf - get/expand to leaf node
that covers
key
type
rangeSplit
[]
*
nodeInRange
// key↑
type
rangeSplit
[]
*
nodeInRange
// key↑
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment