Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Performance of type and constructor completions

Hi Marcel

I can't make a guess here. It was long time ago and the person is no longer on the team. The best approach is to use a profiler to find out where it is slow and then think about whether/how this can be improved.

Dani



From:        Marcel Bruch <marcel.bruch@xxxxxxxxxxxxxx>
To:        "Eclipse JDT general developers list." <jdt-dev@xxxxxxxxxxx>
Date:        07.03.2014 19:54
Subject:        Re: [jdt-dev] Performance of type and constructor completions
Sent by:        jdt-dev-bounces@xxxxxxxxxxx




Hi Dani,

can you make a guess where the bottleneck is? Would an appropriate fast index fix things or is there a performance problem in the ui? I’m looking for pointers which parts such a fix should replace and where to hook in. If you could list classes and methods (you expect) that consume a lot of the time would be a big help.

Marcel
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-dev



Back to the top