Closed
Bug 622563
Opened 15 years ago
Closed 2 years ago
Optimize non-keyword-changing updates for autocomplete tries
Categories
(Camino Graveyard :: Location Bar & Autocomplete, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: stuart.morgan+bugzilla, Assigned: stuart.morgan+bugzilla)
Details
Right now any change that affects the bookmark or history trie is handled by removing the changed item and then re-adding it, which means re-generating all the keywords. For some changes, such as the common case of updating the visit date/count, all we actually need to do is re-position it in the sort.
We should add API for Trie to handle that, and then have the autocomplete system use that.
Updated•15 years ago
|
OS: Windows 7 → Mac OS X
Hardware: x86 → All
You need to log in
before you can comment on or make changes to this bug.
Description
•