Closed
Bug 762978
Opened 13 years ago
Closed 13 years ago
Reduce memory used by record string -> GUID map
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla16
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
We can cheaply reduce the memory used by the record string -> GUID map in AndroidBrowserRepositorySession by hashing the record strings and manually handling the (very unlikely!) case of false positives.
Comment 1•13 years ago
|
||
Note that this requires double-checking on every positive, not just false ones. Fortunately matches are unlikely in any case.
Blocks: 749729
Assignee | ||
Updated•13 years ago
|
Priority: -- → P1
Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla16
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: Mozilla Services → Android Background Services
Updated•7 years ago
|
Product: Android Background Services → Firefox for Android
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•