mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
typofix
This commit is contained in:
parent
f60314daaf
commit
763b4d8f71
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ $ ls -lh cell_towers.csv*
|
|||
-rw-r--r-- 1 kerl staff 1.2G Feb 22 11:10 cell_towers.csv.gz
|
||||
```
|
||||
|
||||
First we see that decompression is much cheaper than compression: 10 seconds vs. 2.5 minutes:
|
||||
First we see that decompression is much cheaper than compression: six seconds vs. three minutes:
|
||||
|
||||
```
|
||||
$ time gunzip < cell_towers.csv.gz > /dev/null
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ $ ls -lh cell_towers.csv*
|
|||
-rw-r--r-- 1 kerl staff 1.2G Feb 22 11:10 cell_towers.csv.gz
|
||||
```
|
||||
|
||||
First we see that decompression is much cheaper than compression: 10 seconds vs. 2.5 minutes:
|
||||
First we see that decompression is much cheaper than compression: six seconds vs. three minutes:
|
||||
|
||||
```
|
||||
$ time gunzip < cell_towers.csv.gz > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue