Closed Bug 762978 Opened 12 years ago Closed 12 years ago

Reduce memory used by record string -> GUID map

Categories

(Firefox for Android Graveyard :: Android Sync, defect, P1)

All
Android
defect

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.
Note that this requires double-checking on every positive, not just false ones. Fortunately matches are unlikely in any case.
Blocks: 749729
Priority: -- → P1
https://hg.mozilla.org/integration/mozilla-inbound/rev/1a1e2787b55a
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla16
https://hg.mozilla.org/mozilla-central/rev/1a1e2787b55a
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: Mozilla Services → Android Background Services
Product: Android Background Services → Firefox for Android
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.