Henri Sivonen
Henri Sivonen
> Do you think it would belong as a method of `Encoding`? It doesn't exist as a method on `Encoding` at present, because I thought Rust programs would want to...
This was an IMAP source set to download messages.
What does Epiphany do?
> Well, I have the not-so-well-hidden idea of applying this to json soon How does the result differ from CBOR?
@Pauan > These are not big strings, they are all small strings like `"row"`, `"col-sm-6"`, `"div"`, etc. The biggest string is `"glyphicon-remove"`. Are they all ASCII? Do they flow equally...
> Also, as shown in the screenshots I've posted, the primary performance bottleneck is from the browser's internal encoding function (and GCing the strings), not any of the wasm-bindgen glue...
@Pauan Thank you. > The first thing that I see is that Firefox Developer Edition includes a lot more information: Nightly and Treeherder don't show performance of individual functions like...
That's a good point. However, it's practically bad that the suggestion compiles without debug info, so the repro isn't useful at all for debugging the problem.
@markusicu [said on another issue](https://github.com/tc39/ecma402/issues/506#issuecomment-728369834) that you can't implement searching with just the comparison operation. In the absence of a collator-based search API ([which I'm skeptical of adding](https://github.com/tc39/ecma402/issues/506#issuecomment-979754457)), what use...
When proposing the [scope for ICU4X collator MVP](https://docs.google.com/document/d/1nUCQxSCCIdfBas5l-jGu58O38FaCLuvlsBFAjvXrgNM/edit), I looked at what Firefox does for ctrl-f (not collator-based) and what CLDR search collations accomplish compared to that. I think exposing...