Small (un-representative) benchmark on sqlite with blobs

David Nolden david.nolden.kdevelop at art-master.de
Tue Jun 26 09:28:31 UTC 2007


On Tuesday 26 June 2007 10:23:10 Jens Dagerbo wrote:
> I guess this may or may not be sufficient, depending on what features
> you want to support.
> Example where I don't expect it to work: "Goto declaration" for a
> referenced function in a correctly included header would reasonably be
> cheap, but a cool feature would be if you could ask KDevelop "given
> this here printf() function, what header do I need to include?". With
> a real query frontend to a database, that could be a really cheap
> operation, with what you suggest it probably can't.
>
> // jens

A separete symbol-table might be used for this. Once we use a database, we 
could put the symbol-table into that database for simple queries.
Currently that's a little too far for me though. :-)

greetings, David





More information about the KDevelop-devel mailing list