深度遍历group graph时,若分组不被其它分组引用,执行快速处理路径,提高加载性能。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user