-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
optimize generic invoke #4076
optimize generic invoke #4076
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4076 +/- ##
============================================
- Coverage 62.99% 62.95% -0.04%
Complexity 544 544
============================================
Files 756 756
Lines 32578 32583 +5
Branches 5163 5166 +3
============================================
- Hits 20523 20514 -9
- Misses 9694 9704 +10
- Partials 2361 2365 +4
Continue to review full report at Codecov.
|
I think we need a precedent release of hessian-lite, right? |
hessian-lite 3.2.6 has been released |
|
This optimization only works for hessian2 serialization:
|
add a new generic type "raw.return" to reduce unnecessary result convert. effective for hessian serialization only