summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-06-09 22:20:35 +0200
committerMattias Andrée <maandree@kth.se>2017-06-09 22:20:35 +0200
commit9cdcfaf2bd6873d8c08774811f8171d7089bbb38 (patch)
tree20c18e53670dab15035f485e2bc64709a64e2081
parentm (diff)
downloadpipes-are-slow-9cdcfaf2bd6873d8c08774811f8171d7089bbb38.tar.gz
pipes-are-slow-9cdcfaf2bd6873d8c08774811f8171d7089bbb38.tar.bz2
pipes-are-slow-9cdcfaf2bd6873d8c08774811f8171d7089bbb38.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f460a9e..8567d23 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.
-![performance graph](graph.svg)
+![performance graph](graph.png)
send(3)/recv(3) is marginally faster than write(3)/read(3).