The claim is "It's like JSON. but fast and small." However there are no numbers behind that, and in some cases this statement may not be true.
I did a quick test with a bigger GeoJSON file and arrived at the following sizes:
|
normal |
gzipped |
| idaho.json |
10.92 MB |
2.66 MB |
| idaho.msgpack |
7.47 MB |
4.50 MB |
I'm really interested in what causes MessagePack to be less suitable for compression here. In the end this could result in a table stating in which scenarios it makes sense to use MessagePack and in which not.
The claim is "It's like JSON. but fast and small." However there are no numbers behind that, and in some cases this statement may not be true.
I did a quick test with a bigger GeoJSON file and arrived at the following sizes:
I'm really interested in what causes MessagePack to be less suitable for compression here. In the end this could result in a table stating in which scenarios it makes sense to use MessagePack and in which not.