Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Indexer in CDT 3.0 Beta
Indexer in CDT 3.0 Beta [message #143451] Tue, 19 April 2005 03:32 Go to next message
Eclipse UserFriend
Originally posted by: An.nym.us

Hi there, I am wondering wether there is a desciption of the tree
different indexer Types in the latest builds of 3.0 somewhere ?

What are the andvantages / disatvantages of the several indexers ?

DOM / Original / CTag

Thanks
Re: Indexer in CDT 3.0 Beta [message #143541 is a reply to message #143451] Tue, 19 April 2005 10:20 Go to previous messageGo to next message
Eclipse UserFriend
There will be eventually be some official docs for the indexers but for now,
here's the quick and dirty:

* Original Indexer - this is the indexer that has been released with
previous version of the CDT based on the initial version of the CDT parser.

Advantages - Full information parse information (references, declarations,
definitions), stable

Disadvantages - Slow (which is especially problematic if you're trying to
import a large existing code base into the CDT; if you're starting from
scratch on a new project, it's reasonable)

* DOM Indexer - this is an indexer based on the new CDT parser

Advantages - Full parse info (references, declarations, definitions);
Correctness of parse info is improved over the original indexer

Disadvantages - Slower than the original in M6 but that's slated for a tune
up come M7

* CTags Indexer - Makes use of Exuberant CTags (5.5.4 recommended)

Advantages - Fast

Disadvantages - No cross reference information (can't perform search for
references)

We have plans to try to speed up the performance of the DOM Indexer for M7
and possibly put in a Hybrid Indexer that will use CTags for all folders not
marked as Source Folders and the DOM Indexer for Source Folders.

"Sascha" <An@nym.us> wrote in message
news:b057cd50585181ce17033bd375552d13$1@www.eclipse.org...
> Hi there, I am wondering wether there is a desciption of the tree
> different indexer Types in the latest builds of 3.0 somewhere ?
>
> What are the andvantages / disatvantages of the several indexers ?
>
> DOM / Original / CTag
>
> Thanks
>
Re: Indexer in CDT 3.0 Beta [message #146363 is a reply to message #143541] Wed, 01 June 2005 19:41 Go to previous message
Eclipse UserFriend
Originally posted by: bing.ke.qq.com

I found CDT3 is very slow!
Does CDT3 fixed this problem if a problem it is?
Previous Topic:a subclipse question
Next Topic:Global Includes not considered
Goto Forum:
  


Current Time: Sun Jun 22 03:29:43 EDT 2025

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

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

Back to the top