|
|
|
|
|
by jffry
1431 days ago
|
|
meteorites.json, re-encoded via both JSON.stringify() and jcof.stringify(): json jcof jcof/json
plain 244975 87083 0.355
gzip -6 35829 33152 0.925
gzip -9 34384 32875 0.956
xz -9 27864 28696 1.030
And I imagine this is close to ideal for jcof. So unless that last few % really matters, gzipped JSON is probably much better in the general case. |
|