You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/04/23 09:52:09 UTC

[GitHub] whanice opened a new issue #1659: hessian-lite performance

whanice opened a new issue #1659: hessian-lite  performance
URL: https://github.com/apache/incubator-dubbo/issues/1659
 
 
   I made a simply performance test in my mac to messure hessian.
   the result is 
   ```
   Benchmark                      Mode  Cnt     Score     Error  Units
   Hessian4PerfTest.deserial     thrpt   30  4068.415 ± 189.925  ops/s
   HessianLitePerfTest.deserial  thrpt   30  1941.054 ±  77.005  ops/s
   ```
   We can see hessian4(4.0.37) performs much better than hessian-lite(3.2.2) in deserialization.
   
   So here comes the question 
   - What is the difference between hessian-lite(3.2.2) and hessian3?
   - Can sync with hessian4?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services