Add more introduction section slides.
[libguestfs-talks.git] / 2019-tech-introductions / 4110-nbd-not-easy-or-efficient-2.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>NBD is easy to implement</h1>
6
7 <pre>
8 $ time nbdkit memory 100M \
9     --run 'examples/threaded-reads-and-writes localhost 10809'
10 </pre>
11
12 <p>
13 In <b>three weeks</b>:
14 </p>
15
16 <ol>
17 <li>
18 50% faster?
19 <li>
20 twice as fast?
21 <li>
22 &ge; 10 times faster?
23 </ol>