Giter Site home page Giter Site logo

Comments (6)

HelloGrayson avatar HelloGrayson commented on May 20, 2024

Curious what @prashantv and @akshayjshah have to say here.

from yarpc-go.

prashantv avatar prashantv commented on May 20, 2024

I'm a little biased since I suggested this in a code review.

The HTTP ResponseWriter buffers already, as does TChannel (it writes into a frame, and then sends that frame). Since the underlying layers already buffers, if we introduce another buffer in our transport layer, we're doing 2x the buffering, and (possibly more importantly) twice the memory allocations.

While I'm not too concerned about performance currently, this kind of change is would break the design / API so I want to make sure we think about this now rather than later.

from yarpc-go.

abhinav avatar abhinav commented on May 20, 2024

True. Another reason I'm seriously considering it is this: For Thrift (and other encoders) will all have some sort of WriteTo(io.Writer) function, needing to return an io.Reader for the body requires another buffer, but if we have something that has a Writer, we can forego that allocation there as well.

from yarpc-go.

akshayjshah avatar akshayjshah commented on May 20, 2024

I'm all in favor of this. Even if we're not worried about performance, using an http.ResponseWriter-type interface is familiar in Go. The more familiar we can make YARPC feel, the less foot-shooty it'll be.

from yarpc-go.

abhinav avatar abhinav commented on May 20, 2024

FWIW this won't affect the public API for JSON and Thrift but it will affect the public API for raw-low level usage (streams of raw bytes, forwarding servers, or implementing your own encoding).

from yarpc-go.

HelloGrayson avatar HelloGrayson commented on May 20, 2024

🍔 🍔 foot-shooty 🍔 🍔

from yarpc-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.