Daniel Alley
Daniel Alley
That sounds like a decent improvement. Separately on the question of calculating a line + column, it may not be terribly expensive to do SIMD-accelerated passes over the buffer continuously...
Whoever picks this up, consider starting from https://github.com/tafia/quick-xml/pull/511
What about setting a property on the `ElementWriter` once, which automatically inserts the newlines, as opposed to adding each of them manually? Any reason to prefer the latter over the...
Because `DecodeReaderBytes` performs IO using synchronous APIs and because the orphan trait rule prevents implementing foreign traits on foreign types? If `io::Read` is the only interface this crate provides and...
I pretty much agree with you personally, but I'm in essentially the same situation. The XML library I'm helping to maintain merged async support because [someone needed it for a...
Py-Spy is basically same thing but supports Windows and OSX https://github.com/benfred/py-spy
Ah, I was looking for a separate directory as is typically done and didn't see them. Sorry for the confusion. Quick question though. I tried to use jetscii to accelerate...
>I had not heard that; do you have any links to share? Yeah. Unfortunately it seems to be true. The variants that are used with C strings got all the...
@mayeut Should this be closed now?
There is seemingly a ton of ambiguity even in the spec (RFC2616 ) itself. > Transfer-Encoding > > The Transfer-Encoding general-header field indicates what (if any) > type of transformation...