Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Slow C/C++ search
Slow C/C++ search [message #146427] Thu, 02 June 2005 06:59 Go to next message
Eclipse UserFriend
Originally posted by: kolbb.erlf.siemens.de

Hello

C/C++ search is extremly slow for some queries on our project. It takes up
to 27 minutes.
Is there a way to speed up searching on big projects?

Thanks in advance

Benjamin
Re: Slow C/C++ search [message #146455 is a reply to message #146427] Thu, 02 June 2005 12:24 Go to previous messageGo to next message
John Camelon is currently offline John CamelonFriend
Messages: 242
Registered: July 2009
Senior Member
In CDT 3.0, Search is constant time.
Indexing, however, is not.

"Benjamin" <kolbb@erlf.siemens.de> wrote in message
news:60ca5b6ec01b093f4168095d87091f56$1@www.eclipse.org...
> Hello
>
> C/C++ search is extremly slow for some queries on our project. It takes up
> to 27 minutes.
> Is there a way to speed up searching on big projects?
>
> Thanks in advance
>
> Benjamin
>
Re: Slow C/C++ search [message #146904 is a reply to message #146427] Thu, 16 June 2005 16:44 Go to previous message
Bogdan Gheorghe is currently offline Bogdan GheorgheFriend
Messages: 23
Registered: July 2009
Junior Member
Try using the CTags Indexer - it provides you with declaration/definitions
and enables most search features (no x-ref info though).

"Benjamin" <kolbb@erlf.siemens.de> wrote in message
news:60ca5b6ec01b093f4168095d87091f56$1@www.eclipse.org...
> Hello
>
> C/C++ search is extremly slow for some queries on our project. It takes up
> to 27 minutes.
> Is there a way to speed up searching on big projects?
>
> Thanks in advance
>
> Benjamin
>
Previous Topic:link library in managed make project
Next Topic:Editing features...
Goto Forum:
  


Current Time: Wed Jul 17 18:29:34 GMT 2024

Powered by FUDForum. Page generated in 0.02719 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top