aboutcode-org / aboutcode-org/scancode-toolkit

Add option to disable sequence matching

Open
#4,945 0 comments 0 reactions 0 assignees View on GitHub
new feature
Dominant language
Python
Stars
2.6k
Forks
791
Avg merge
1d 12h
Merged PRs (30d)
5

Description

## 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**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.