Hao Yuan

Results 4 comments of Hao Yuan

> 解决 cat函数在读取文件的字符数小于fget的单次读取数时 出现的问题 fgets出错也会返回0吧

In my experience, there are two lines code may cause the segmentation fault: 1. nodestring does not end with '\0', it will cause the `numa_parse_nodestring` parse error. https://github.com/thu-pacman/GeminiGraph/blob/170e7d36794fdcaca077f23bd0cd76e8ccab9e74/core/graph.hpp#L173 2. `dealloc_vertex_array`...

@kirito41dd 有用!