summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-06-09 22:19:11 +0200
committerMattias Andrée <maandree@kth.se>2017-06-09 22:19:11 +0200
commit9c168715fa723281b188baaf24c59554c3cf6ebb (patch)
treed99b804bd903879448b4769826e8db22d6d6a0d3
parentAdd readme (diff)
downloadpipes-are-slow-9c168715fa723281b188baaf24c59554c3cf6ebb.tar.gz
pipes-are-slow-9c168715fa723281b188baaf24c59554c3cf6ebb.tar.bz2
pipes-are-slow-9c168715fa723281b188baaf24c59554c3cf6ebb.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README.md2
-rw-r--r--graph.pngbin0 -> 31169 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f8f1eb0..f460a9e 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,6 @@ lack of support] increases security, but other processes'
file cannot be opened and programs must treat /dev/fd/
paths especially.
-![](graph.svg)
+![performance graph](graph.svg)
send(3)/recv(3) is marginally faster than write(3)/read(3).
diff --git a/graph.png b/graph.png
new file mode 100644
index 0000000..2573df5
--- /dev/null
+++ b/graph.png
Binary files differ