mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
Few more README tweaks
This commit is contained in:
parent
ec56b18bac
commit
2aef57d7de
@ -1637,8 +1637,8 @@ user 0m0.510s
|
|||||||
sys 0m0.610s
|
sys 0m0.610s
|
||||||
```
|
```
|
||||||
|
|
||||||
Turns out that `tar --zstd` is easily winning the compression test.
|
Turns out that `tar --zstd` is easily winning the compression speed
|
||||||
Looking at the file sizes did actually blow my mind just a bit:
|
test. Looking at the file sizes did actually blow my mind just a bit:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ll zerotest.* --sort=size
|
$ ll zerotest.* --sort=size
|
||||||
@ -1719,8 +1719,8 @@ sys 0m0.534s
|
|||||||
CPU time used by the FUSE driver was 0.17 seconds and mount time
|
CPU time used by the FUSE driver was 0.17 seconds and mount time
|
||||||
was less than a millisecond.
|
was less than a millisecond.
|
||||||
|
|
||||||
If we increase the block size for the `dd` command, we can even
|
If we increase the block size for the `dd` command, we can get
|
||||||
get much higher throughput. For fuse-archive with the `.tar.zstd`:
|
even higher throughput. For fuse-archive with the `.tar.zstd`:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ time dd if=mnt/zerotest/zeroes of=/dev/null status=progress bs=16384
|
$ time dd if=mnt/zerotest/zeroes of=/dev/null status=progress bs=16384
|
||||||
|
Loading…
x
Reference in New Issue
Block a user