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:
@@ -21,7 +21,7 @@ public:
|
||||
, active(false)
|
||||
, connected(false)
|
||||
, expanded(false)
|
||||
, hasNamespace(false)
|
||||
, hasParent(true)
|
||||
, accessType(TokenComponentAccess::ACCESS_NONE)
|
||||
, invisibleSubNodeCount(0)
|
||||
{
|
||||
@@ -117,7 +117,7 @@ public:
|
||||
bool active;
|
||||
bool connected;
|
||||
bool expanded;
|
||||
bool hasNamespace;
|
||||
bool hasParent;
|
||||
|
||||
// AccessNode
|
||||
TokenComponentAccess::AccessType accessType;
|
||||
|
||||
Reference in New Issue
Block a user