Daniel Alley

Results 427 comments of Daniel Alley

I also ran the `encoding_rs` benchmark suite to get an idea of how fast encoding / decoding UTF-16 is. It's good enough that I wouldn't expect more than about 30%...

I ran some additional benchmarks against quick-xml and it appears my assumptions are correct, at least as far as the utf-8 validation / `str` conversion is concerned. Using the `macrobenches`...

`read_event()` now behaves as `read_event_unbuffered()` did (although not released yet)

HTML doesn't seem to do any attribute normalization, so we ought to take that into account.

@Mingun I'm closing this - there's a decent chance it's already fixed but if not, it needs to be rewritten anyway.

@999eagle Apologies for all the breakages! Thank you for splitting apart the commits - I actually suggest to go a step further and break off anything in this PR which...

@999eagle Yes, that makes perfect sense, and it would be helpful.

Almost done reviewing the first 4 commits (which as you said will be split into the new PR), and it is looking fine so far. I really appreciate all the...

This is relevant: https://blog.rust-lang.org/inside-rust/2022/07/27/keyword-generics.html Anything that comes of that initiative would be months or years down the road, but it might be worthwhile to provide feedback and examples early in...