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
28010b70
Commit
28010b70
authored
May 12, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
cc06d445
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
wcfs/internal/xbtree.py
wcfs/internal/xbtree.py
+13
-2
No files found.
wcfs/internal/xbtree.py
View file @
28010b70
...
...
@@ -27,9 +27,10 @@ It is primarily used to verify ΔBTail in wcfs.
- `Bucket` represents a bucket node.
- `StructureOf` returns internal structure of ZODB BTree represented as Tree
and Bucket nodes.
- `Restructure` XXX
- `Restructure` reorganizes ZODB BTree instance according to specified topology
structure.
- `AllStructs`
XXX
- `AllStructs`
generates all possible BTree topology structures with given keys.
Topology encoding
...
...
@@ -73,6 +74,16 @@ represented as
A layer consists of nodes that are followed by node-node links from upper layer
in left-to-right order.
Visualization
-------------
The following visualization utilities are provided to help understanding BTrees
better:
- `topoview` displays BTree structure given its topology-encoded representation.
- `Tree.graphviz` returns Tree graph representation in dot language.
"""
from
__future__
import
print_function
,
absolute_import
...
...
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