alibaba / hessian2-codec

hessian2-codec it is a complete C++ implementation of hessian2 spec
Apache License 2.0
26 stars 10 forks source link

Performance of String decoding #9

Closed wbpcode closed 3 years ago

wbpcode commented 3 years ago

It seems that parsing UTF-8 strings takes up too much CPU in the decode process. I've done some research and it might be possible to optimize it here. 🤔

wbpcode commented 3 years ago

I've been working on this recently and will try to submit a PR when I'm done.

wbpcode commented 3 years ago

Merged #11