mverleg / binary_json

Binary encoding of JSON that emphasizes compression
Other
1 stars 0 forks source link

Verify the claim that this saves space #1

Open mverleg opened 6 years ago

mverleg commented 6 years ago

Especially compared to compressed plain-text.

For matrix data, it can be included in https://github.com/mverleg/array_storage_benchmark, but it should also work for typical/standard JSON.

mverleg commented 6 years ago

Also include read/write speeds compared to BSON and plain text.

mverleg commented 6 years ago

Also measure whether further gzipping saves extra space, and add a note about that.

mverleg commented 6 years ago

Compare to Smile, BSON, CBOR UBJSON...