CycloneDX / CycloneDX/cyclonedx-webpack-plugin
perf: use caching when searchig for package manifests
Open
enhancement
help wanted
- Dominant language
- TypeScript
- Stars
- 30
- Forks
- 11
- Avg merge
- 16m
- Merged PRs (30d)
- 1
Description
currently, for each single unput, we try to find the nearest valid package manifest.
some are found multiple times, and are analyzed multiple times.
this process can be improved by using cache for candidates.
cache, whether a candidate is valid, and if it is, also cache the resulting component
Contributor guide
Assessment
This issue has not been assessed yet.