This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 120690 - *repository* KeyValueQueue should be optimized
Summary: *repository* KeyValueQueue should be optimized
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-10-31 18:28 UTC by Vladimir Voskresensky
Modified: 2008-01-21 11:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2007-10-31 18:28:27 UTC
Performance analysis shows that KeyValueQueue.addLast method execution time is 90 sec.
63 of 90 sec is waiting on synchronized section. 
Full parse of project (vim) takes 275sec.
Comment 1 Alexander Simon 2008-01-21 11:03:08 UTC
I see that method consumes 4 sec on UTS parsing (full parse of project is 634 sec). It is less than 1%.