Commit cfba4cc
committed
Allocate space for the file before we write it
Not sure if this is a good idea in the end or not, it harms debugging
but creates cleaner files, which on SSDs probably does not matter but
on spinning disks it can. But we use SSDs, so I am totally guilty of
optimizing prematurely here.1 parent 893509f commit cfba4cc
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
318 | 331 | | |
319 | 332 | | |
320 | 333 | | |
| |||
0 commit comments