Daniel Alley
Daniel Alley
R5 3600 ``` [dalley@localhost quick-xml]$ critcmp baseline jetscii-fixed mergeiter-memchr --filter escape group baseline jetscii-fixed mergeiter-memchr ----- -------- ------------- ---------------- escape_text/escaped_chars_long 4.96 971.0±2.34ns ? ?/sec 1.53 299.7±1.00ns ? ?/sec 1.00 196.0±3.03ns...
Handling of encodings is the biggest missing piece (see my proposal at the end): https://github.com/tafia/quick-xml/issues/158 I was able to get that working in synchronous use cases but stalled out when...
https://github.com/tafia/quick-xml/pull/441 I just rebased it. I left some TODO comments but it's not complete. I will try to do another pass this weekend to see if anything easy can be...
@TheBotlyNoob Do you intend to continue this work?
>It was the answer to why serde_json shouldn't be seen as the truth of last resort, and why the missing issue in their bug tracker means nothing. Nonetheless it would...
Test case minimized from https://github.com/djkoloski/rust_serialization_benchmark/pull/34
This is using the current master branch ^^
>How we should map the case (2)? serde_json [maps it to None](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=1824caecaea5dffffa0e9cf482dfb119) always. That means, that, for example, Option and any Option are always deserialized as None, while they are...
I'm not sure this is true http://lists.xml.org/archives/xml-dev/201211/msg00014.html http://lists.xml.org/archives/xml-dev/201211/msg00012.html
Do your internal needs require handling a lot of documents with that issue? Can you speak about the source & purpose of said documents? The "API concerns" I have to...