A parsing proposal
    Jonas Nordin 
    jonas.nordin at cenacle.se
       
    Wed Jun 23 08:11:05 BST 1999
    
    
  
> I've been wondering if we should find a way to serialize parsing info to a 
> file.  When I boot up VC++, even if I have a helluva lot of classes, they 
> seem to show up almost instantly.  If we could do this (and save it in the 
> project file or something parallel to it), then we could pre-parse all of the 
> QT and KDElibs files.  Loading them would then be much faster and the bootup 
> would be greatly accelerated.  
This is already on it's way. I use a gdbm database to store the classes. I just
convert them to plain text more or less. Works great. I haven't had the time
to complete it yet though.
    
    
More information about the KDevelop
mailing list