Open
Bug 462349
Opened 16 years ago
Updated 8 months ago
Improve sort algorithm for threaded cross-folder views (unified folders)
Categories
(MailNews Core :: Backend, task)
MailNews Core
Backend
Tracking
(Not tracked)
NEW
People
(Reporter: Bienvenu, Unassigned)
References
Details
(Keywords: perf)
spun off from bug 379806 - switching sorts in threaded cross-folder views rebuilds the view from the existing headers, which loses track of which threads were expanded, and rebuilds all the thread objects. See nsMsgSearchDBView::Sort for what we're doing now, and nsMsgThreadedDBView::SortThreads for an algorithm that could be adopted for the xf view thread case.
I'll take this for now and put it in the b2 bucket because I don't think it's critical yet.
Reporter | ||
Comment 1•16 years ago
|
||
marking as p2 for the combined issue of losing track of which threads are expanded, and the perf issue.
Priority: -- → P2
Comment 2•12 years ago
|
||
(riding the tails of the other recently active bugs involving sorts)
I think this could be nice.
Irving might you be interested? Or suggest someone who could take this on?
Updated•6 years ago
|
Severity: normal → minor
Priority: P2 → --
Updated•2 years ago
|
Severity: minor → S4
Comment 3•9 months ago
|
||
Hartmut, would you expect this to still be a problem?
Flags: needinfo?(h.w.forms)
Summary: switching sorts in cross-folder threaded views could be faster → switching sorts in cross-folder / Unified Folder with threaded views could be faster
Comment 4•9 months ago
|
||
While I don't see this as a problem, the description for this bug is still true, so let us change this to task.
Type: defect → task
Flags: needinfo?(h.w.forms)
Summary: switching sorts in cross-folder / Unified Folder with threaded views could be faster → Improve sort algorithm for threaded cross-folder views (unified folders)
Updated•9 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•