aboutcode-org / aboutcode-org/scancode-toolkit

Add option to disable sequence matching

Aperta
#4,945 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
new feature
Lingua principale
Python
Stelle
2.6k
Fork
791
Merge medio
1g 12h
PR unite (30g)
5

Descrizione

## Short Description

Sequence matching is currently the most costly part for license matching. Some unscientific testing: scanning busybox 1.35.0 on my machine with sequence matching enabled takes a bit over 4 minutes, with sequence matching disabled it is 17 seconds.

I sometimes have a need to only do exact matches and don't care about the partial sequence matches. It would be nice to be able to disable this (and of course to have the option recorded in the JSON output so I know that sequence matching was disabled).

## Possible Labels

- new feature

## Select Category

- [X] Enhancement
- [ ] Add License/Copyright
- [X] Scan Feature
- [ ] Packaging
- [ ] Documentation
- [ ] Expand Support
- [ ] Other

## **Describe the Update**

I would like to have a commandline option to disable sequence matching. This apparently is already exposed in the API (according to @pombredanne ) but it isn't an option in the CLI. Disabling sequence matching seriously speeds up scanning.

Of course, if the option is used it should be recorded in the JSON output.

## **How This Feature will help you/your organization**

It would make things faster.

## **Possible Solution/Implementation Details**

## **Example/Links if Any**

## **Can you help with this Feature**

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.