HACKTOBERFESTtype/enhancement
Repository metrics
- Stars
- (101 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
importer read all the files in concurrent, it would cause below issues:
- if there're 1000+ files, it would read too many data, and would OOM.
- one goroutine reads one file, if there is only one file, would import slow even if there're many graph clients.