Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 6.48 KB

BENCHMARKS.md

File metadata and controls

51 lines (41 loc) · 6.48 KB

Benchmarks

Data sizes in bytes

Size Raw media.json social.json time.json search.json api.json users/json transactions.json config.json events.json geospatial.json telemetry.json
Oj 3,005 2,604 2,653 3,825 2,996 2,896 2,575 2,762 2,959 3,627 4,153
JSON 3,005 2,604 2,653 3,825 2,996 2,896 2,575 2,762 2,959 3,627 4,153
CBOR 2,459 2,236 2,422 3,151 2,525 2,328 2,140 2,145 2,562 3,196 3,713
MessagePack 2,455 2,259 2,489 3,151 2,521 2,323 2,182 2,135 2,560 3,259 3,692
TinyBits 1,687 1,001 1,331 2,146 1,842 1,368 1,101 7,07 1,626 1,752 1,478

Encoding Rate (documents/sec)

Encoding media.json social.json time.json search.json api.json users/json transactions.json config.json events.json geospatial.json telemetry.json
Oj 86,993 95,437 38,635 53,130 78,890 68,131 67,437 73,945 82,138 16,452 41,400
JSON 109,039 102,479 37,040 62,820 91,719 84,072 73,791 93,755 93,074 14,383 50,471
CBOR 122,819 153,491 125,285 87,337 101,989 91,575 111,679 96,180 120,231 63,236 86,545
MessagePack 144,184 181,216 146,676 102,801 110,180 108,155 125,264 114,011 146,385 72,470 113,548
TinyBits 155,798 197,998 158,515 105,487 124,802 115,862 145,434 133,587 152,479 76,956 118,673

Decoding Rate (documents/sec)

Decoding media.json social.json time.json search.json api.json users/json transactions.json config.json events.json geospatial.json telemetry.json
Oj 27,541 38,007 31,906 21,302 23,911 22,187 24,692 24,659 28,805 15,505 19,572
JSON 45,772 60,202 49,585 33,151 33,937 37,867 41,077 44,092 40,616 25,555 34,640
CBOR 34,538 47,250 44,928 26,776 30,767 27,782 30,357 30,275 36,017 21,589 23,108
MessagePack 39,418 50,655 50,009 29,788 31,670 29,914 35,176 33,236 39,032 22,616 28,196
TinyBits 52,402 86,874 74,492 41,788 48,389 51,399 51,512 64,675 57,601 40,977 44,576

Encoding Memory Usage in MB

Encoding media.json social.json time.json search.json api.json users/json transactions.json config.json events.json geospatial.json telemetry.json
Oj 15.2 13.2 13.5 19.3 15.2 14.7 13.1 14.0 15.0 18.3 21.0
JSON 15.2 15.2 27.9 22.1 16.4 14.7 15.1 14.0 15.4 43.9 25.0
CBOR 12.9 11.8 12.7 16.4 13.2 12.2 11.3 11.3 13.4 16.6 19.2
MessagePack 12.5 11.5 12.7 16.0 12.8 11.8 11.1 10.9 13.0 16.5 18.7
TinyBits 8.64 5.21 6.86 10.935 9.41 7.04 5.71 3.74 8.335 8.96 7.595

Decoding Memory Usage in MB

Decoding media.json social.json time.json search.json api.json users/json transactions.json config.json events.json geospatial.json telemetry.json
Oj 73.2 36.6 44.0 71.6 50.2 51.8 56.8 45.2 41.0 79.4 48.2
JSON 64.4 36.2 41.6 65.8 49.4 51.4 54.0 44.8 40.6 73.0 45.4
CBOR 91.0 60.8 62.6 97.6 78.2 80.0 79.0 73.4 62.4 111.2 88.0
MessagePack 63.0 36.4 41.8 66.0 49.6 51.6 52.6 45.0 40.8 73.2 44.0
TinyBits 59.8 30.2 37.8 63.4 45.8 46 47.2 38.6 36.4 72.2 39.4