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

buffer: replace SlowBuffer with Buffer.allocUnsafeSlow(size) #5833

Closed
wants to merge 3 commits into from

Commits on Apr 12, 2016

  1. buffer: add Buffer.allocUnsafeSlow(size)

    Aligns the functionality of SlowBuffer with the new Buffer
    constructor API. Next step is to docs-only deprecate
    SlowBuffer.
    
    Replace the internal uses of SlowBuffer with
    `Buffer.allocUnsafeSlow(size)`
    jasnell committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    cf94cb9 View commit details
    Browse the repository at this point in the history
  2. buffer: docs-only deprecate SlowBuffer

    With the addition of `Buffer.allocUnsafeSlow(size)`
    `SlowBuffer` can be deprecated... but docs-only for now.
    jasnell committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    09923c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e40c4f9 View commit details
    Browse the repository at this point in the history