Closed
Bug 124322
Opened 23 years ago
Closed 23 years ago
Optimizations for bookmarks
Categories
(SeaMonkey :: Bookmarks & History, defect)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
Details
Attachments
(1 file)
13.74 KB,
patch
|
pavlov
:
review+
bugs
:
superreview+
|
Details | Diff | Splinter Review |
There are some small optimizations for bookmarks that we can make:
1) currently, every bookmark gets annotated with a "type": bookmark, separator,
bookmark folder, IE favorite, or IE folder. We can forego annotating the most
common types (bookmarks and bookmark folders) by "synthesizing" those
annotations. We can save one RDF assertion (around 32 bytes) per bookmark or
bookmark folder.
2) Bookmark schedules would basically walk over all the bookmarks, checking to
see if any of them had a schedule. By annotating JUST the bookmarks with
schedules, the operation becomes significantly more lightweight.
Assignee | ||
Comment 1•23 years ago
|
||
Comment 3•23 years ago
|
||
Comment on attachment 68495 [details] [diff] [review]
Patch
r=pavlov
Attachment #68495 -
Flags: review+
Comment 4•23 years ago
|
||
Attachment #68495 -
Flags: superreview+
Assignee | ||
Comment 5•23 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•