Skip to content
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

Forward read_exact() as well as read(). #207

Merged
merged 1 commit into from Oct 10, 2017
Merged

Commits on Oct 10, 2017

  1. Forward read_exact() as well as read().

    If we don't do this we end up using the generic read_exact method
    which is not necessarily optimal. This is especially when
    using a specialized Read implementation to go fast.
    See #206
    jrmuizel committed Oct 10, 2017
You can’t perform that action at this time.