You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when we parse the attr in response, we use Strings.Spilt() to parse, which will alloc new strings in runtime, and this is a frequently called method, and will finally decrease the perf of the SDK. We need to improve it.
Description
Currently, when we parse the attr in response, we use
Strings.Spilt()
to parse, which will alloc new strings in runtime, and this is a frequently called method, and will finally decrease the perf of the SDK. We need to improve it.InLong Component
InLong SDK
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: