codepropertygraph
codepropertygraph copied to clipboard
Parallelize Linker/MemberAccessLinker Passes
In the same way we have parallelized TypeDeclStubCreator, MethodStubCreator, and MethodDecorator (see https://github.com/ShiftLeftSecurity/codepropertygraph/commit/c75a0a829f3131cfcbfce961745e841b3e07756e), we should be able to parallelize the Linker and MemberAccessLinker using ParallelIteratorExecutor. This should give us a performance boost on large code bases when processed on machines with many cores.