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

Read clarification #23847

Merged
merged 4 commits into from Apr 2, 2015
Merged

Read clarification #23847

merged 4 commits into from Apr 2, 2015

Commits on Mar 29, 2015

  1. Clarified and simplified algorithm for increasing size of buffer in

    read_to_end()
    bcoopers committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    45c10db View commit details
    Browse the repository at this point in the history
  2. 80 character line limit

    bcoopers committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    2982fe3 View commit details
    Browse the repository at this point in the history
  3. Clearer wording

    bcoopers committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    8d3e559 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

  1. Only zero at most 64k at a time. We still use the doubling

    reallocation strategy since extend() calls reserve() and/or
    push() for us.
    bcoopers committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    240734c View commit details
    Browse the repository at this point in the history