Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Indexer Documentation

Fast Indexer vs. Full Indexer:

Both indexers index exactly the same set of files. The difference is,
that the
fast indexer avoids parsing headers more than once. Depending on how
your
header files are written this may not be the right thing to do. The full
indexer
parses a header that is included from a different source file for a
second time. 

Usually you want to use the Fast Indexer, you pay a large performance
penalty
when using the Full Indexer. 
Markus.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Keluna IR
> Sent: Wednesday, February 20, 2008 6:33 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Indexer Documentation
> Importance: Low
> 
> I am also looking for the same.
> Thanks
> K.N
> 
> On 2/13/08, Tomljenovic Marko (G2/PJ-PMT2) 
> <Marko.Tomljenovic@xxxxxxxxxxxx> wrote:
> > Hello,
> >
> > Does anybody know if there is a description available which 
> parts of a 
> > c/h file is indexed by the FullIndexer or the FastIndexer?
> >
> > Greetings Marko
> >
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top