Closed
Bug 1410575
Opened 8 years ago
Closed 8 years ago
avoid hash table re-lookups in LabeledEventQueue::GetEvent
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(1 file)
2.00 KB,
patch
|
erahm
:
review+
|
Details | Diff | Splinter Review |
We can save the entry in the hashtable, and then re-use that entry as a
starting point for removing from the hashtable, should that become
necessary. This saves us having to rehash things, at a minimum.
![]() |
Assignee | |
Comment 1•8 years ago
|
||
Attachment #8920752 -
Flags: review?(erahm)
Updated•8 years ago
|
Attachment #8920752 -
Flags: review?(erahm) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/104f484655bf
avoid hash table re-lookups in LabeledEventQueue::GetEvent; r=erahm
![]() |
||
Comment 3•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•