Carl Lerche
Carl Lerche
I would say yes for the TcpStream types that are provided as they are intended to be friendly / portable. This seems like a similar problem that std TcpStream would...
@alexcrichton do you remember what that was?
cc/ @seanmonstar who did most of this work most recently.
It looks like you are inlining the capacity with the data? Given that buffers are often allocated to be page length, would this not result in odd allocation patterns? The...
Looking through this, I believe this should be able to land w/o a breaking change. I don't think we need to block 0.6 on this. edit: fixed the version number.
Do we know why we can't entirely hide the the `Arc` / `Vec` implementation behind the vtable? IIRC it is due to wanting to avoid an allocation when converting `Vec`...
I was thinking about it more, I am currently of the mind that they should stay together. First, there will doubtfully be many more breaking changes after this. We've been...
It is doubtfully the mutex and probably pipelining. When running benchmarks, be sure to *not* pipeline.
Yeah... I need to rebase it though..
Not yet... been busy. I definitely should get back to this.