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
Once Span<T> is available (#297), use Utf8Parser to deserialize int, etc.
Span<T>
Utf8Parser
int
It's mentioned in passing in this article and is (at the time of writing) implemented here.
The text was updated successfully, but these errors were encountered:
Improve DateTime and TimeSpan parse performance
cd05fff
Implemented in #508.
Sorry, something went wrong.
Added in 0.41.0.
No branches or pull requests
Once
Span<T>
is available (#297), useUtf8Parser
to deserializeint
, etc.It's mentioned in passing in this article and is (at the time of writing) implemented here.
The text was updated successfully, but these errors were encountered: