-
Notifications
You must be signed in to change notification settings - Fork 44
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
Update to latest okio #22
Milestone
Comments
Here is how moshi implemeted this: square/moshi@4925755 |
Thanks, it's on my to do list, not sure when I will find time for that ... |
Off-topic, but retrofit needs an update too i think, because I don't get a callback. |
Hm, we use it in production with Retrofit |
Ok I will open a new issue with code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okio 1.8 added a new APIs to match byte strings: indexOf(), startsWith(), and endsWith(). This should improve the performance for reading XML tags and attributes in your case.
The text was updated successfully, but these errors were encountered: