Changes between Version 2 and Version 3 of msgpack-testing


Ignore:
Timestamp:
Sep 14, 2017, 1:26:11 PM (8 years ago)
Author:
Greg Couch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • msgpack-testing

    v2 v3  
    4343}}}
    4444
    45 
    4645msgpack v3 with Python decoding of extension types (C msgpack unpacker):
    4746{{{
     
    5453                       15%        4%      2%       5%
    5554}}}
     55
     56msgpack v3 with Python decoding of extension types (C msgpack unpacker) and cython decoder:
     57{{{
     58compressed msgpack    0.047    0.250    1.68     8.40
     59     \ file size       143K     1.6M     14M      54M
     60uncompressed msgpack  0.043     0.21    1.34     7.07
     61     \ file size       627K      10M     93M     366M
     62
     63msgpack v3 slower than v2
     64                       15%        0%      1%       2%
     65}}}