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

fs: added _writev (up to x50 faster writes) #2167

Closed
wants to merge 1 commit into from

Commits on Sep 14, 2015

  1. fs: implemented WriteStream#writev

    Streams with writev allow many buffers to be pushed to underlying
    OS APIs in one batch, in this case improving write throughput by
    an order of magnitude. This is especially noticable when writing
    many (small) buffers.
    ronkorving authored and ronkorving committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    ec5619e View commit details
    Browse the repository at this point in the history