Changes between Version 2 and Version 3 of msgpack-testing
- Timestamp:
- Sep 14, 2017, 1:26:11 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
msgpack-testing
v2 v3 43 43 }}} 44 44 45 46 45 msgpack v3 with Python decoding of extension types (C msgpack unpacker): 47 46 {{{ … … 54 53 15% 4% 2% 5% 55 54 }}} 55 56 msgpack v3 with Python decoding of extension types (C msgpack unpacker) and cython decoder: 57 {{{ 58 compressed msgpack 0.047 0.250 1.68 8.40 59 \ file size 143K 1.6M 14M 54M 60 uncompressed msgpack 0.043 0.21 1.34 7.07 61 \ file size 627K 10M 93M 366M 62 63 msgpack v3 slower than v2 64 15% 0% 1% 2% 65 }}}