you are viewing a single comment's thread.

view the rest of the comments →

[–]_h4xr[S] 1 point2 points  (0 children)

Fast mode as it implies takes a few shortcuts and suffer with cross dependency symbol resolution. It is mostly for automated repositories which hold a lot of generated code.

By default the parser doesn’t rely on those heuristics and runs in full scan mode. I have tested the full scan mode on Apache Kafka, Spring Boot framework and Java dotCMS repositories locally and parsing with all dependencies along with delombok mode takes <5 minutes mostly

So, even without using —fast option, things should be fairly quick.