Closed
Bug 149073
Opened 22 years ago
Closed 22 years ago
nsStorageTransport::GetNthSegment is slow
Categories
(Core :: Networking: Cache, defect, P3)
Core
Networking: Cache
Tracking
()
VERIFIED
FIXED
mozilla1.1alpha
People
(Reporter: dbaron, Assigned: darin.moz)
Details
Attachments
(1 file)
2.14 KB,
patch
|
dbaron
:
review+
rpotts
:
superreview+
|
Details | Diff | Splinter Review |
For loading large documents (such as
http://lxr.mozilla.org/seamonkey/source/layout/html/style/src/nsCSSFrameConstructor.cpp
) with the disk cache size set to zero, nsStorageTransport::GetNthSegment is
slow. It took up 0.6% of the time in a profile that I took (that was dominated
by O(N^2) problems in layout).
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla1.1beta
Assignee | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Comment on attachment 86263 [details] [diff] [review]
v1 patch
r=dbaron
Attachment #86263 -
Flags: review+
Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.1beta → mozilla1.1alpha
Comment 3•22 years ago
|
||
Attachment #86263 -
Flags: superreview+
Comment 4•22 years ago
|
||
Assignee | ||
Comment 5•22 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 6•22 years ago
|
||
Verified per darin's comment.
Status: RESOLVED → VERIFIED
QA Contact: tever → junruh
You need to log in
before you can comment on or make changes to this bug.
Description
•