深度遍历group graph时,若分组不被其它分组引用,执行快速处理路径,提高加载性能。

This commit is contained in:
zhengchao
2019-07-28 20:42:17 +06:00
parent 3473cf6dd4
commit eadab7ecba
3 changed files with 32 additions and 24 deletions

View File

@@ -152,7 +152,7 @@ struct Maat_group_inner
int ref_by_parent_cnt;
int ref_by_children_cnt;
char* group_name;
int has_compile_neighbors;
int ref_by_compile_cnt;
int vertex_id;
size_t top_group_cnt;
long long* top_groups;