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 50186 - Lookup cache has nearly negative impact on startup
Summary: Lookup cache has nearly negative impact on startup
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 49990
  Show dependency tree
 
Reported: 2004-10-08 22:07 UTC by Petr Nejedly
Modified: 2008-12-22 15:51 UTC (History)
1 user (show)

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 Petr Nejedly 2004-10-08 22:07:04 UTC
After all the fixes to the Lookup cache, startup
with enabled cache is about the same or even
slower that without cache.

If the cache can't be improved, it may be better
to remove it completly.

(Note: Lookup cache was performing better in
NB3.6, but contained some bugs)
Comment 1 Jaroslav Tulach 2004-10-11 07:49:40 UTC
The cache is unlikely to improve. Especially due to fix to bug 44365.

Removing the cache is simple change in one line of code in core (or
even delete of that code). Somebody just has to decide that it should
be done.

Waiting for someone to decide by setting to wontfix.
Comment 2 Marian Mirilovic 2005-12-22 14:33:18 UTC
without any additional comment for long time, closing