Skip to content

bufio: optimize bufio.Reader.WriteTo() and bufio.Writer.ReadFrom() #6373

@gopherbot

Description

@gopherbot

by valyala:

Current implementations of bufio.Reader.WriteTo() and bufio.Writer.ReadFrom() can be
optimized further for common cases such as copying big files to / from network
connections.

See the following topic for details -
https://groups.google.com/d/msg/golang-nuts/oYYggbLntVE/DMsqEyIU-yIJ

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions