-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Labels
downloaderAbout the downloader toolAbout the downloader tool
Description
Currently, source code bundles are created by (re-)compressing scanned files that probably have been compressed before (e.g. as source artifacts). In the case of source artifacts we could consider to take them as-is and just put them into a wrapping archive with "store" compression / a tarball to speed things up.
A different approach (that could be combined with the one above) would be to cache / store source code bundles in a similar way like we already store scan results, and reuse them. However, a naive implementation would only gain something if none of the contained dependencies changed, which is rather unlikely.
MarcelBochtler
Metadata
Metadata
Assignees
Labels
downloaderAbout the downloader toolAbout the downloader tool