Closed
Bug 1517062
Opened 7 years ago
Closed 7 years ago
ContentBlockingLog::RecordLog() is slow due to hashtable lookup
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
See https://perfht.ml/2QZ2jH0. I knew I was going to regret using a hashtable. :-(
| Assignee | ||
Comment 1•7 years ago
|
||
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/336f511efe6b
Stop using a hashtable in ContentBlockingLog; r=baku
Updated•7 years ago
|
Priority: -- → P2
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Updated•7 years ago
|
Assignee: nobody → ehsan
Comment 4•7 years ago
|
||
https://hg.mozilla.org/projects/cedar/rev/336f511efe6b53efea61c7e7d936510de801b6d4
Bug 1517062 - Stop using a hashtable in ContentBlockingLog; r=baku
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•