Skip to content

Conversation

hkernbach
Copy link
Member

@hkernbach hkernbach commented May 14, 2025

Scope & Purpose

This PR optimizes the cancelation of all graph related searches, including:

  • Traversals (BFS, DSF and weighted order)
  • KPaths
  • ShortestPath
  • KShortestPaths
  • 💩 Bugfix
  • 🍕 New feature
  • 🔥 Performance improvement
  • 🔨 Refactoring/simplification

Checklist

  • Tests
    • Regression tests
    • C++ Unit tests
    • integration tests
    • resilience tests
  • 📖 CHANGELOG entry made
  • 📚 documentation written (release notes, API changes, ...)
  • Backports
    • Backport for 3.12.0: (Please link PR)
    • Backport for 3.11: (Please link PR)
    • Backport for 3.10: (Please link PR)

Related Information

hkernbach and others added 25 commits September 4, 2025 14:42
…o all providers including mock provider - also added unit/gtest for providers
… shortest paths and kshortestpath, also added tests
… CI does not see any log output for 20 minutes - It will abort the job
@markuspf markuspf force-pushed the feature/abort-traversals branch from 4ec116f to 7717203 Compare September 4, 2025 14:10
@markuspf markuspf marked this pull request as ready for review September 4, 2025 14:11
@markuspf markuspf changed the title Feature/abort traversals Allow cancelation of Graph Searches Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants