flamegraphs: Improve the title page
[libguestfs-talks.git] / 2021-pipelines / 9000-conclusions.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>Conclusions</h1>
6
7 <p>
8 Disk image pipelines:
9 </p>
10
11 <ul>
12 <li> efficient
13 <li> flexible
14 <li> avoid local copies
15 <li> avoid copying zeroes/sparseness/deleted data
16 <li> sparsification
17 <li> make modifications in flight
18 </ul>