Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use hash maps for all collections #148

Merged
merged 3 commits into from
Jan 28, 2023
Merged

Use hash maps for all collections #148

merged 3 commits into from
Jan 28, 2023

Commits on Jan 27, 2023

  1. Use hash maps for all collections

    Fixes #147
    
    Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
    goneall committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    7c0683a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Only check prefix for checking id types

    Turns out the regexes used consumed quite a bit of CPU, this
    fix provides a minor performance improvement for large SPDX files
    
    Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
    goneall committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    0f6df3d View commit details
    Browse the repository at this point in the history
  2. Bump version

    Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
    goneall committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    7922cde View commit details
    Browse the repository at this point in the history