aboutcode-org / aboutcode-org/scancode-toolkit
Add option to disable sequence matching
- Lenguaje dominante
- Python
- Estrellas
- 2.6k
- Forks
- 791
- Merge medio
- 1 d 12 h
- PR fusionados (30 d)
- 5
Descripción
## 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**
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.