254
edits
Nnethercote (talk | contribs) |
(Firefox 73 shipped) |
||
Line 132: | Line 132: | ||
* Language Negotiation: {{bug|1581960}} (shipped in Firefox 72) | * Language Negotiation: {{bug|1581960}} (shipped in Firefox 72) | ||
** '''Why Rust?''' Ties into `unic-langid`, easier to handle list filtering and ordering. | ** '''Why Rust?''' Ties into `unic-langid`, easier to handle list filtering and ordering. | ||
* Encoding detector: {{bug|1551276}} ( | * Encoding detector: {{bug|1551276}} (shipped in Firefox 73) | ||
** '''Why Rust?''' Builds upon encoding_rs, has tiny FFI surface, subject matter prone to accesses past the bounds of a buffer, potentially parallelizable with Rayon. | ** '''Why Rust?''' Builds upon encoding_rs, has tiny FFI surface, subject matter prone to accesses past the bounds of a buffer, potentially parallelizable with Rayon. | ||
edits