Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
250258d0
Commit
250258d0
authored
Jun 26, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
8df8538e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
110 additions
and
0 deletions
+110
-0
go/wcfs/todo.dot
go/wcfs/todo.dot
+19
-0
go/wcfs/todo.svg
go/wcfs/todo.svg
+91
-0
No files found.
go/wcfs/todo.dot
0 → 100644
View file @
250258d0
digraph
{
wcfs
->
wcfs_simple
;
wcfs
->
ZODB_go_inv
;
wcfs
->
Sinvtree
;
wcfs
->
δ
R
;
wcfs_simple
->
Btree_read
;
wcfs_simple
->
ZBlk_read
;
wcfs
[
label
=
"wcfs full"
]
wcfs_simple
[
label
=
"wcfs no invalidations"
]
ZODB_go_inv
[
label
=
"ZODB/go invalidations"
]
Btree_read
[
label
=
"BTree read"
]
ZBlk_read
[
label
=
"ZBigFile / ZBlk* read"
]
Sinvtree
[
label
=
"server: inv. tree"
]
δ
R
[
label
=
"δR encoding"
]
}
go/wcfs/todo.svg
0 → 100644
View file @
250258d0
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
-->
<!-- Title: %3 Pages: 1 -->
<svg
width=
"709pt"
height=
"188pt"
viewBox=
"0.00 0.00 708.94 188.00"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<g
id=
"graph0"
class=
"graph"
transform=
"scale(1 1) rotate(0) translate(4 184)"
>
<title>
%3
</title>
<polygon
fill=
"#ffffff"
stroke=
"transparent"
points=
"-4,4 -4,-184 704.9406,-184 704.9406,4 -4,4"
/>
<!-- wcfs -->
<g
id=
"node1"
class=
"node"
>
<title>
wcfs
</title>
<ellipse
fill=
"none"
stroke=
"#000000"
cx=
"416.0456"
cy=
"-162"
rx=
"42.4939"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"416.0456"
y=
"-158.3"
font-family=
"Times,serif"
font-size=
"14.00"
fill=
"#000000"
>
wcfs full
</text>
</g>
<!-- wcfs_simple -->
<g
id=
"node2"
class=
"node"
>
<title>
wcfs_simple
</title>
<ellipse
fill=
"none"
stroke=
"#000000"
cx=
"129.0456"
cy=
"-90"
rx=
"86.3847"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"129.0456"
y=
"-86.3"
font-family=
"Times,serif"
font-size=
"14.00"
fill=
"#000000"
>
wcfs no invalidations
</text>
</g>
<!-- wcfs->wcfs_simple -->
<g
id=
"edge1"
class=
"edge"
>
<title>
wcfs
->
wcfs_simple
</title>
<path
fill=
"none"
stroke=
"#000000"
d=
"M379.4053,-152.808C332.8604,-141.1312 251.7125,-120.7736 194.4386,-106.4052"
/>
<polygon
fill=
"#000000"
stroke=
"#000000"
points=
"194.9441,-102.9237 184.393,-103.8851 193.2408,-109.7133 194.9441,-102.9237"
/>
</g>
<!-- ZODB_go_inv -->
<g
id=
"node3"
class=
"node"
>
<title>
ZODB_go_inv
</title>
<ellipse
fill=
"none"
stroke=
"#000000"
cx=
"327.0456"
cy=
"-90"
rx=
"93.6835"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"327.0456"
y=
"-86.3"
font-family=
"Times,serif"
font-size=
"14.00"
fill=
"#000000"
>
ZODB/go invalidations
</text>
</g>
<!-- wcfs->ZODB_go_inv -->
<g
id=
"edge2"
class=
"edge"
>
<title>
wcfs
->
ZODB_go_inv
</title>
<path
fill=
"none"
stroke=
"#000000"
d=
"M396.2936,-146.0209C384.6734,-136.6203 369.7522,-124.5492 356.738,-114.0208"
/>
<polygon
fill=
"#000000"
stroke=
"#000000"
points=
"358.9037,-111.2709 348.9278,-107.7025 354.501,-116.7131 358.9037,-111.2709"
/>
</g>
<!-- Sinvtree -->
<g
id=
"node4"
class=
"node"
>
<title>
Sinvtree
</title>
<ellipse
fill=
"none"
stroke=
"#000000"
cx=
"505.0456"
cy=
"-90"
rx=
"66.0889"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"505.0456"
y=
"-86.3"
font-family=
"Times,serif"
font-size=
"14.00"
fill=
"#000000"
>
server: inv. tree
</text>
</g>
<!-- wcfs->Sinvtree -->
<g
id=
"edge3"
class=
"edge"
>
<title>
wcfs
->
Sinvtree
</title>
<path
fill=
"none"
stroke=
"#000000"
d=
"M435.7975,-146.0209C447.5873,-136.4831 462.7753,-124.1962 475.9219,-113.5607"
/>
<polygon
fill=
"#000000"
stroke=
"#000000"
points=
"478.2218,-116.202 483.795,-107.1915 473.8192,-110.7599 478.2218,-116.202"
/>
</g>
<!-- δR -->
<g
id=
"node5"
class=
"node"
>
<title>
δR
</title>
<ellipse
fill=
"none"
stroke=
"#000000"
cx=
"645.0456"
cy=
"-90"
rx=
"55.7903"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"645.0456"
y=
"-86.3"
font-family=
"Times,serif"
font-size=
"14.00"
fill=
"#000000"
>
δR encoding
</text>
</g>
<!-- wcfs->δR -->
<g
id=
"edge4"
class=
"edge"
>
<title>
wcfs
->
δR
</title>
<path
fill=
"none"
stroke=
"#000000"
d=
"M450.3292,-151.2209C488.7249,-139.1489 551.3052,-119.473 595.1289,-105.6943"
/>
<polygon
fill=
"#000000"
stroke=
"#000000"
points=
"596.2419,-109.0134 604.7317,-102.6751 594.1423,-102.3357 596.2419,-109.0134"
/>
</g>
<!-- Btree_read -->
<g
id=
"node6"
class=
"node"
>
<title>
Btree_read
</title>
<ellipse
fill=
"none"
stroke=
"#000000"
cx=
"50.0456"
cy=
"-18"
rx=
"50.0912"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"50.0456"
y=
"-14.3"
font-family=
"Times,serif"
font-size=
"14.00"
fill=
"#000000"
>
BTree read
</text>
</g>
<!-- wcfs_simple->Btree_read -->
<g
id=
"edge5"
class=
"edge"
>
<title>
wcfs_simple
->
Btree_read
</title>
<path
fill=
"none"
stroke=
"#000000"
d=
"M109.5175,-72.2022C99.4432,-63.0206 87.0167,-51.6952 76.1322,-41.7752"
/>
<polygon
fill=
"#000000"
stroke=
"#000000"
points=
"78.2834,-39.0002 68.5348,-34.851 73.5681,-44.1739 78.2834,-39.0002"
/>
</g>
<!-- ZBlk_read -->
<g
id=
"node7"
class=
"node"
>
<title>
ZBlk_read
</title>
<ellipse
fill=
"none"
stroke=
"#000000"
cx=
"208.0456"
cy=
"-18"
rx=
"89.8845"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"208.0456"
y=
"-14.3"
font-family=
"Times,serif"
font-size=
"14.00"
fill=
"#000000"
>
ZBigFile / ZBlk* read
</text>
</g>
<!-- wcfs_simple->ZBlk_read -->
<g
id=
"edge6"
class=
"edge"
>
<title>
wcfs_simple
->
ZBlk_read
</title>
<path
fill=
"none"
stroke=
"#000000"
d=
"M148.5737,-72.2022C158.4274,-63.2217 170.5313,-52.1902 181.2417,-42.4289"
/>
<polygon
fill=
"#000000"
stroke=
"#000000"
points=
"183.7088,-44.9159 188.7421,-35.593 178.9935,-39.7423 183.7088,-44.9159"
/>
</g>
</g>
</svg>
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