Closed
Bug 1300165
Opened 9 years ago
Closed 6 years ago
improve efficiency of combineLists in getHSTSPreloadList.js
Categories
(Core :: Security: PSM, defect, P3)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla70
People
(Reporter: keeler, Assigned: mbirghan)
Details
(Whiteboard: [psm-cleanup])
Attachments
(1 file)
combineLists in getHSTSPreloadList.js is currently O(n^2), which is a bit of a bummer now that n is on the order of 10s of thousands. In terms of the overall runtime of getHSTSPreloadList.js, it doesn't really matter, but when debugging an issue it would be nice if the script didn't have to spend a lot of time up front doing more work than necessary before getting on to actually making network requests.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mbirghan
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1d2a49b5659f
Improves performance of combineLists in getHSTSPreloadList.js r=keeler
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•