Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: snyk/snyk-mvn-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: snyk/snyk-mvn-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 10, 2025

  1. fix: Uses an actual queue for BFS implementation

    Drive by performance improvement. `Array.shift` is `O(N)` so queue draining is currently `O(N^2)` rather than `O(N)`.
    
    While the size of this queue should never grow too large unlike with verbose which allows node revisiting. This could still be a performance issue for very large projects
    calhar-snyk committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    8dee2d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #197 from snyk/fix/improve-dep-graph-generation-pe…

    …rformance
    
    fix: Uses an actual queue for BFS implementation
    calhar-snyk authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    6d2470e View commit details
    Browse the repository at this point in the history
Loading