chaokunyang commented on issue #1359:
URL: https://github.com/apache/fory/issues/1359#issuecomment-3742345545

   @longbai 可以再重新试一下,新版本的 fory go 性能比 Protobuf 快2倍,比 msgpack 快11 倍
   
   Benchmark results on Apple M1 Pro:
   
   | Data Type    | Operation   | Fory (ops/s) | Protobuf (ops/s) | Msgpack 
(ops/s) | Fory vs PB | Fory vs MP |
   | ------------ | ----------- | ------------ | ---------------- | 
--------------- | ---------- | ---------- |
   | Struct       | Serialize   | 23.52M       | 10.83M           | 5.19M       
    | 2.17x      | 4.54x      |
   | Struct       | Deserialize | 15.01M       | 11.97M           | 3.28M       
    | 1.25x      | 4.58x      |
   | Sample       | Serialize   | 8.26M        | 3.01M            | 750K        
    | 2.75x      | 11.01x     |
   | Sample       | Deserialize | 4.52M        | 2.51M            | 387K        
    | 1.80x      | 11.70x     |
   | Mediacontent | Serialize   | 4.93M        | 2.30M            | 1.17M       
    | 2.14x      | 4.21x      |
   | Mediacontent | Deserialize | 2.74M        | 1.87M            | 751K        
    | 1.46x      | 3.65x      |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to