We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be added:
背景:
在使用hessian库解码时,遇到hessian在处理string时性能很差。
优化前后数据对比(提升56.11%):
BenchmarkDecodeStringSlow-12 1967202 613 ns/op 272 B/op 6 allocs/op BenchmarkDecodeStringOptimized-12 4477216 269 ns/op 224 B/op 5 allocs/op
hessian go库内部多处会用到decode string, 比如map、list,因此会带来整体库性能收益。
Why is this needed:
提升rpc性能
The text was updated successfully, but these errors were encountered:
merged, close it now.
Sorry, something went wrong.
No branches or pull requests
What would you like to be added:
背景:
在使用hessian库解码时,遇到hessian在处理string时性能很差。
优化前后数据对比(提升56.11%):
hessian go库内部多处会用到decode string, 比如map、list,因此会带来整体库性能收益。
Why is this needed:
提升rpc性能
The text was updated successfully, but these errors were encountered: