Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6704679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:18:59+00:00 2026-05-26T07:18:59+00:00

I recently try KDevelop. It looks up for symbols (variables, function names, class, struct…)

  • 0

I recently try KDevelop. It looks up for symbols (variables, function names, class, struct…) much faster (instantly) than semantic-complete-self-insert or M-Ret. Using M-Ret is faster, but it does not have nice format like other IDEs, instead the meaningless one like From nil >. In emacs, I must wait for at least ~1 sec, in many cases, waiting for CEDET to look up all the included related source files, which takes very long.

I used auto complete clang, but it seems to have no speed improvement. Why is that 🙁 ? I love Emacs and all, and been using it for my C/C++ for almost a year until I discover KDevelop, but using Emacs means code completion should be trivial and optional?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:18:59+00:00Added an answer on May 26, 2026 at 7:18 am

    This simplest answer is likely that KDevelop’s DUChain and parsers are written in (I presume) C++ with token management similarly built. CEDET’s parsers are all in Emacs Lisp, and the databases and lookups are also in Emacs Lisp. While some tables are built and cached between calls to the completion engine in Emacs, they are frequently rebuilt as code is changed (due to typing). The CEDET completion engine can be quite fast once all the tables are built.

    I have run many profile runs over code completion to make things faster, and after reading a little about duchain, it looks like KDevelop has a master symbol table for the entire project. CEDET can’t do this since not all files are in a project, so each file needs an add-hoc table to be created. I’ve known about that for quite a while, but never gotten to externalizing the symbol databases for CEDET so that such tables could be built and maintained in a separate thread (process).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I came across this syntax recently for try-catch for function. struct A { int
Recently, I made a post about the developers I'm working with not using try
I recently installed Ubuntu Jaunty and I'm encountering a problem when I try to
I recently upgraded my oracle client to 10g (10.2.0.1.0). Now when I try to
I've recently decided to try an upgrade to 4.0. The only error I still
Recently, I try to use the boost::spirit::qi binary endian parser to parse some binary
I recently installed Visual Studio 2010 Professional RC to try it out and test
I recently reworked one of my own libraries to try out separating interface from
Recently, I'm learning F#. I try to solve problem in different ways. Like this:
I recently moved from NetBeans to Eclipse and I very much miss one great

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.