ShiftLeftSecurity / ShiftLeftSecurity/codepropertygraph
Parallelize Linker/MemberAccessLinker Passes
Open
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 597
- Forks
- 84
- Avg merge
- 18h 29m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.