Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
evenfurther
/
pathfinding
Public
Notifications
You must be signed in to change notification settings
Fork
90
Star
1.1k
Code
Issues
23
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: evenfurther/pathfinding
Actions
All workflows
Workflows
Continuous integration
Continuous integration
Copilot
Copilot
Copilot code review
Copilot code review
Copilot coding agent
Copilot coding agent
iai-callgrind Benchmarks
iai-callgrind Benchmarks
pre-commit
pre-commit
Show more workflows...
Management
Caches
Deployments
pre-commit
pre-commit
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
pre-commit.yaml
will be ignored since log searching is not yet available
306 workflow runs
306 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
perf: stop copying containers that are only walked
pre-commit
#1099:
Pull request
#821
opened by
tachsin
26s
tachsin:perf/redundant-copies
tachsin:perf/redundant-copies
26s
View #821
View workflow file
refactor(edmonds-karp): drop two unsafe Send impls the compiler already provides
pre-commit
#1098:
Pull request
#820
opened by
tachsin
25s
tachsin:refactor/drop-redundant-unsafe-send
tachsin:refactor/drop-redundant-unsafe-send
25s
View #820
View workflow file
perf(edmonds-karp): stop repeating work that is already done
pre-commit
#1097:
Pull request
#819
opened by
tachsin
22s
tachsin:perf/edmonds-karp-redundant-work
tachsin:perf/edmonds-karp-redundant-work
22s
View #819
View workflow file
fix(count_paths): walk an explicit stack so deep graphs do not overflow
pre-commit
#1096:
Pull request
#815
opened by
tachsin
25s
tachsin:fix/count-paths-stack-overflow
tachsin:fix/count-paths-stack-overflow
25s
View #815
View workflow file
pre-commit
pre-commit
#1095:
Merge group checks requested
31s
31s
View workflow file
pre-commit
pre-commit
#1094:
Merge group checks requested
25s
25s
View workflow file
perf(prim): index the edges by endpoint instead of rescanning them
pre-commit
#1093:
Pull request
#804
synchronize by
samueltardieu
26s
tachsin:perf/prim-adjacency
tachsin:perf/prim-adjacency
26s
View #804
View workflow file
perf(yen): skip the deviations an ancestor has already produced
pre-commit
#1092:
Pull request
#812
synchronize by
samueltardieu
29s
tachsin:perf/yen-lawler
tachsin:perf/yen-lawler
29s
View #812
View workflow file
pre-commit
pre-commit
#1091:
Merge group checks requested
20s
20s
View workflow file
pre-commit
pre-commit
#1090:
Merge group checks requested
26s
26s
View workflow file
pre-commit
pre-commit
#1089:
Merge group checks requested
38s
38s
View workflow file
pre-commit
pre-commit
#1088:
Merge group checks requested
26s
26s
View workflow file
pre-commit
pre-commit
#1087:
Merge group checks requested
26s
26s
View workflow file
pre-commit
pre-commit
#1086:
Merge group checks requested
21s
21s
View workflow file
pre-commit
pre-commit
#1085:
Merge group checks requested
23s
23s
View workflow file
pre-commit
pre-commit
#1084:
Merge group checks requested
22s
22s
View workflow file
pre-commit
pre-commit
#1083:
Merge group checks requested
24s
24s
View workflow file
ci: make iai-callgrind PR comments non-blocking
pre-commit
#1082:
Pull request
#813
opened by
samueltardieu
21s
push-xtnskzrvwonv
push-xtnskzrvwonv
21s
View #813
View workflow file
perf(yen): skip the deviations an ancestor has already produced
pre-commit
#1081:
Pull request
#812
opened by
tachsin
25s
tachsin:perf/yen-lawler
tachsin:perf/yen-lawler
25s
View #812
View workflow file
perf: drop per-node hashing and allocation the searches do not need
pre-commit
#1080:
Pull request
#811
opened by
tachsin
23s
tachsin:perf/search-per-node-allocations
tachsin:perf/search-per-node-allocations
23s
View #811
View workflow file
perf(fringe): stop scanning the whole fringe on every relaxed edge
pre-commit
#1079:
Pull request
#810
opened by
tachsin
26s
tachsin:perf/fringe-lazy-deletion
tachsin:perf/fringe-lazy-deletion
26s
View #810
View workflow file
fix(tests): stop CRLF translation from corrupting the codejam fixtures
pre-commit
#1078:
Pull request
#809
opened by
tachsin
27s
tachsin:fix/crlf-test-fixtures
tachsin:fix/crlf-test-fixtures
27s
View #809
View workflow file
perf(prim): index the edges by endpoint instead of rescanning them
pre-commit
#1077:
Pull request
#804
opened by
tachsin
27s
tachsin:perf/prim-adjacency
tachsin:perf/prim-adjacency
27s
View #804
View workflow file
perf(cliques): pivot in Bron-Kerbosch instead of branching on every candidate
pre-commit
#1076:
Pull request
#803
opened by
tachsin
27s
tachsin:perf/cliques-pivot
tachsin:perf/cliques-pivot
27s
View #803
View workflow file
perf(topological_sort): traverse iteratively and drop the redundant sets
pre-commit
#1075:
Pull request
#800
opened by
tachsin
21s
tachsin:fix/topological-sort-stack-overflow
tachsin:fix/topological-sort-stack-overflow
21s
View #800
View workflow file
Previous
1
2
3
4
5
…
12
13
Next
You can’t perform that action at this time.