Closed
Bug 1507726
Opened 6 years ago
Closed 6 years ago
Update encoding_rs to 0.8.12
Categories
(Core :: Internationalization, enhancement)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: hsivonen, Assigned: hsivonen)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Improves UTF-8 decode performance and single-byte encode performance.
Assignee | ||
Comment 1•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=69955b3af3d1399433479453979dcb66db7d728d
Note that most of the churn in the diff is due to:
* Legacy CJK encoder-specific compile-time options that aren't enabled by Firefox.
* Addressing clippy lints.
* rustfmt keeping changing formatting.
Looking at the individual changesets on GitHub probably gives a better idea of the changes than the diff from release to release:
https://github.com/hsivonen/encoding_rs/commits/master
Assignee | ||
Comment 2•6 years ago
|
||
0.8.12 fixes clippy compatibility on stable Rust.
Summary: Update encoding_rs to 0.8.11 → Update encoding_rs to 0.8.12
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
* Improves UTF-8 validation performance.
* Improves UTF-8 to UTF-16 decode performance.
* Improves non-Latin and Latin1-ish Latin single-byte encode performance.
* Improves code quality by addressing some clippy lints.
The optional legacy CJK encoder changes are not used by Firefox.
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3691033d6e78
Update encoding_rs to 0.8.12. r=m_kato
Comment 6•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•