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-gradle-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.2
Choose a base ref
...
head repository: snyk/snyk-gradle-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 27, 2025

  1. fix: Use an actual queue for BFS traversal (#308)

    `Array.shift()` is an O(N) operation, it moves the tail to the front of the array.
    
    For BFS traversal in verbose which does not prune except on cycles, these queues can get quite wide (>600K for a relatively simple repo)
    
    This makes the BFS traversal actually efficient
    calhar-snyk authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    b9e2ba7 View commit details
    Browse the repository at this point in the history
Loading