-
Notifications
You must be signed in to change notification settings - Fork 1k
maybe compatible with go1.10? #240
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
Comments
|
faster: yes, but not enough. what about refact the Stream? there is a []byte in it |
unsafe will not cause panic. incorrect use of unsafe will. The new implementation has incorporated reflect2 package, which copies the underlying code from golang reflect implementation. A couple of incorrect usage of unsafe has been eliminated. For marshaling into stream, the |
ok, got it. |
go 1.10 was released with strings.Builder, maybe jsoniter could use it for more faster and avoid panic.
The text was updated successfully, but these errors were encountered: