Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hessian-lite performance #1659

Closed
imsunv opened this issue Apr 23, 2018 · 6 comments
Closed

hessian-lite performance #1659

imsunv opened this issue Apr 23, 2018 · 6 comments

Comments

@imsunv
Copy link
Contributor

imsunv commented Apr 23, 2018

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?
@lovepoem
Copy link
Member

I think you should send a mail to dev@dubbo.apache.org to discuss the relation between hesssian-lite and origin hessian

@imsunv
Copy link
Contributor Author

imsunv commented Apr 23, 2018

@lovepoem ok. I will try to use the mail.

@beiwei30
Copy link
Member

@whanice it's nice if you could provide how you perform the test.

@imsunv
Copy link
Contributor Author

imsunv commented Apr 24, 2018

@beiwei30 you can see at here

@imsunv
Copy link
Contributor Author

imsunv commented Jun 23, 2018

fixed and close it

@imsunv imsunv closed this as completed Jun 23, 2018
@lovepoem
Copy link
Member

Related to #2508

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants