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)

All
macOS
defect
Not set
normal

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.
OS: Windows 7 → Mac OS X
Hardware: x86 → All
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.