Bug 29758

Summary: Improve SearchEngine performance
Product: [Eclipse Project] JDT Reporter: oro <oro7d3>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P3 Keywords: performance
Version: 2.1   
Target Milestone: 3.1 M7   
Hardware: All   
OS: All   
Whiteboard:

Description oro CLA 2003-01-18 15:06:21 EST
I would like to see the performance of the SearchEngine improve and possible the
time need to build a AST from a java file to be reduced.

I think "code assist" and "auto correct" features depends on those 2 things. If
the performance of the SearchEngine improves, the "code assist" response time
can be improve. Right now, there is a short pause in "code assist". 

And if the search engine can be improved , it can help out other JDT plugins
(e.g. the plugins for calculating metrics)
Comment 1 Philipe Mulet CLA 2003-01-20 04:17:51 EST
CodeAssist doesn't use the DOM AST, neither does the SearchEngine.
They use the compiler internal ASTs.

Please provide suggestions for improvement.

What performance numbers are you getting ? Steps to reproduce ? Build number ? 
Machine type ? RAM ? Which JRE are you using ?
Comment 2 Philipe Mulet CLA 2003-01-27 07:25:37 EST
Need more info.
Comment 3 Philipe Mulet CLA 2003-10-30 04:42:20 EST
Made numerous improvements in search implementation since back then.
Comment 4 Philipe Mulet CLA 2005-04-07 09:05:21 EDT
should have been closed properly
Comment 5 Philipe Mulet CLA 2005-04-07 09:05:53 EDT
even more changes got released in 3.1 stream