data: increased parse and graph assembly performance

* removed header search in subdirectories of header search paths
* cache file node ids in Storage for faster lookup
* retrieve node names from SearchIndex
* fixed addNodeAndAllChildren also called for member edges
* added check if node already present in addEdgeAndAllChildren
This commit is contained in:
Eberhard Graether
2015-09-23 09:26:03 +02:00
parent e9d45a507a
commit 78c1b32797
27 changed files with 308 additions and 260 deletions
+3
View File
@@ -51,6 +51,9 @@ public:
ParserClient();
virtual ~ParserClient();
virtual void startParsing() = 0;
virtual void finishParsing() = 0;
virtual void prepareParsingFile() = 0;
virtual void finishParsingFile() = 0;