File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,13 @@ Calculating -------------------------------------
35
35
```
36
36
#### Data Size
37
37
##### before
38
+ ```
38
39
% ls -alh samples/city.json
39
40
-rw-r--r-- 1 springmt staff 1.7M 12 27 15:42 samples/city.json
41
+ ```
40
42
##### after
41
- % ls -alh results
43
+ ```
44
+ % ls -alh results
42
45
total 2784
43
46
drwxr-xr-x 7 springmt staff 224B 12 27 15:42 .
44
47
drwxr-xr-x 11 springmt staff 352B 12 27 15:42 ..
@@ -47,6 +50,7 @@ drwxr-xr-x 11 springmt staff 352B 12 27 15:42 ..
47
50
-rw-r--r-- 1 springmt staff 358K 6 20 10:06 city.json.snappy
48
51
-rw-r--r-- 1 springmt staff 166K 6 20 10:06 city.json.xz
49
52
-rw-r--r-- 1 springmt staff 225K 6 20 10:06 city.json.zstd
53
+ ```
50
54
### Decompression
51
55
```
52
56
% bundle exec ruby decompress.rb city.json
@@ -66,7 +70,6 @@ Calculating -------------------------------------
66
70
67
71
## 2017/02/16(https://github.com/SpringMT/zstd-ruby/commit/0ca4b99e4ffaf18b39b2cdb102b5b5bc31a18071)
68
72
### Compression
69
-
70
73
```
71
74
% bundle exec ruby compress.rb city.json
72
75
Warming up --------------------------------------
You can’t perform that action at this time.
0 commit comments