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

RFC: allow IOBuffer to be parameterized and remove start/stop_reading #11554

Merged
merged 4 commits into from
Jun 8, 2015

Commits on Jun 6, 2015

  1. allow IOBuffer to be created with any subtype of AbstractVector{UInt8…

    …} as the underlying buffer (ref #9888)
    vtjnash committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    f607ba2 View commit details
    Browse the repository at this point in the history
  2. rename IOBuffer/SimpleIOBuffer to AbstractIOBuffer/IOBuffer, to minim…

    …ize unnecessary API changes
    vtjnash committed Jun 6, 2015
    6 Configuration menu
    Copy the full SHA
    b67b0d1 View commit details
    Browse the repository at this point in the history
  3. make start_reading/stop_reading automatic exactly when needed. fix #1925

    , fix #10655 (closes #11530)
    
    this also makes the read throttle more intelligent so that it doesn't
    get tripped up by wait_nb requests for more than READ_BUFFER_SZ bytes
    vtjnash committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    5863b48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38888d5 View commit details
    Browse the repository at this point in the history