Bug 29758 - Improve SearchEngine performance
Summary: Improve SearchEngine performance
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.1 M7   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2003-01-18 15:06 EST by oro CLA
Modified: 2005-04-07 09:05 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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