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
474c17bc
Commit
474c17bc
authored
Oct 10, 2017
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b6d6344d
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
206 additions
and
179 deletions
+206
-179
go/todo.dot
go/todo.dot
+5
-0
go/todo.svg
go/todo.svg
+201
-179
No files found.
go/todo.dot
View file @
474c17bc
...
...
@@ -19,6 +19,8 @@ digraph {
Sgo_speed
->
osnet_latency
;
Sgo_speed
->
QSgo_speed
;
QSgo_speed
->
prefetch_slow
;
QSgo_speed
->
parallel_slow
;
QSgo_speed
->
Mmap_go
;
QSgo_speed
->
sha1_index
;
...
...
@@ -93,4 +95,7 @@ digraph {
rtl_tcp_2eth
[
label
=
"RTL: TCP RR ↑ 400μs\n on 1 eth.f -> 2 eth.f"
]
;
rtl_patch
[
label
=
"r8169 patch\nethtool -C"
style
=
filled
fillcolor
=
lightyellow
]
;
prefetch_slow
[
label
=
"? prefetch\nslow"
]
;
parallel_slow
[
label
=
"? many clients\nSgo slower"
]
;
}
go/todo.svg
View file @
474c17bc
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