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
491736b7
Commit
491736b7
authored
Sep 05, 2017
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
cbe38684
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
130 additions
and
140 deletions
+130
-140
go/todo.dot
go/todo.dot
+16
-9
go/todo.svg
go/todo.svg
+114
-131
No files found.
go/todo.dot
View file @
491736b7
...
...
@@ -6,40 +6,47 @@ digraph {
SCgo_t
->
Sgo
;
SCgo_t
->
Cgo
;
Sgo
->
Mmap_go
;
Sgo
->
io_cancel
;
Sgo
->
load_serial_next
;
Sgo
->
sha1_index
;
Sgo
->
Sgo_speed
;
Sgo_speed
->
Mmap_go
;
Sgo_speed
->
sha1_index
;
Sgo_speed
->
B_link_recv
;
Cpy_r_Sgo
->
Sgo
;
Cpy_r_Sgo
->
Protog_fix
;
Cpy_r_Sgo
->
Cpy_patch
;
Cpy_r_Sgo
->
Mpy_vs_Sgo
;
//
Cpy_r_Sgo -> Protog_fix;
//
Cpy_r_Sgo -> Cpy_patch;
//
Cpy_r_Sgo -> Mpy_vs_Sgo;
Cgo_r_Sgo
->
Cgo
;
Cgo_r_Sgo
->
Sgo
;
Cgo_r_Spy
->
Cgo
;
Cgo_r_Spy
->
Protog_fix
;
//Cgo_r_Spy -> Protog_fix;
Cgo
[
label
=<
C
<sub>
go
</sub>
>
style
=
filled
fillcolor
=
lightyellow
]
;
Sgo
[
label
=<
S
<sub>
go
</sub>
>
style
=
filled
fillcolor
=
lightyellow
]
;
Mgo
[
label
=<
M
<sub>
go
</sub>
>
style
=
filled
fillcolor
=
lightyellow
]
;
SCgo_t
[
label
=<
S
<sub>
go
</sub>
/ C
<sub>
go
</sub>
tests
>
style
=
filled
fillcolor
=
lightyellow
]
;
Sgo_speed
[
label
=<
S
<sub>
go
</sub>
speed/latency
>
]
;
Cpy_r_Sgo
[
label
=<
C
<sub>
py
</sub>
read S
<sub>
go
</sub>
>
]
;
Cgo_r_Sgo
[
label
=<
C
<sub>
go
</sub>
read S
<sub>
go
</sub>
>
]
;
Cgo_r_Spy
[
label
=<
C
<sub>
go
</sub>
read S
<sub>
py
</sub>
>
]
;
Cleanup
[
label
=
"Cleanup history"
]
;
Cpy_patch
[
label
=<
py patch: ConnID py=go
>
style
=
filled
fillcolor
=
lightyellow
]
;
// C<sub>py</sub> patch for ConnID interop. with S<sub>go</sub>>];
//
Cpy_patch [label=<py patch: ConnID py=go> style=filled fillcolor=lightyellow]; // C<sub>py</sub> patch for ConnID interop. with S<sub>go</sub>>];
Mmap_go
[
label
=
"io.ReaderAt via mmap"
]
;
Protog_fix
[
label
=
"proto(go/py) compat fix"
style
=
filled
fillcolor
=
lightyellow
]
;
Mpy_vs_Sgo
[
label
=<
M
<sub>
py
</sub>
vs S
<sub>
go
</sub>
: try/fix
>
style
=
filled
fillcolor
=
lightyellow
]
;
//
Protog_fix [label="proto(go/py) compat fix" style=filled fillcolor=lightyellow];
//
Mpy_vs_Sgo [label=<M<sub>py</sub> vs S<sub>go</sub>: try/fix> style=filled fillcolor=lightyellow];
io_cancel
[
label
=
"? conn IO vs ctx cancel"
]
;
load_serial_next
[
label
=<
? GetObject return += serial
<sub>
next
</sub>
>
]
;
sha1_index
[
label
=
"? sha1 index"
]
;
B_link_recv
[
label
=
"Bench link.Recv1/Ask1"
]
;
//Cgo -> Cgo_tasks;
//Cgo_tasks [label="- talkMaster\n- update nodeTab/partTab\n- dial S on demand\n..." style=filled fillcolor=lightyellow];
}
go/todo.svg
View file @
491736b7
This diff is collapsed.
Click to expand it.
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