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 }}
apache
/
age
Public
Notifications
You must be signed in to change notification settings
Fork
527
Star
4.9k
Code
Issues
227
Pull requests
29
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
VLE: cache edge/vertex classification and prune PATHS_BETWEEN via reverse BFS
- #2515
#2515
Open
lkozeev
wants to merge 10 commits into
apache:master
apache/age:master
from
lkozeev:master
lkozeev/age:master
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
VLE: cache edge/vertex classification and prune PATHS_BETWEEN via reverse BFS
#2515
lkozeev
wants to merge 10 commits into
apache:master
apache/age:master
from
lkozeev:master
lkozeev/age:master
Copy head branch name to clipboard
Commits
Commits on Jul 31, 2026
Fix VLE target arg: pass previously declared agtype vertex instead of NULL
Show description for 38cc09e
lkozeev
committed
38cc09e
View commit details
Copy full SHA for 38cc09e
Browse repository at this point
age_vle: Cache edge endpoints for DFS
Show description for 4aa2ec5
lkozeev
committed
4aa2ec5
View commit details
Copy full SHA for 4aa2ec5
Browse repository at this point
age_vle: Cache per-vertex valid edges
Show description for a92325d
lkozeev
committed
a92325d
View commit details
Copy full SHA for a92325d
Browse repository at this point
Commits on Aug 3, 2026
age_vle: Prune PATHS_BETWEEN via reverse BFS
Show description for 2b2b21c
lkozeev
committed
2b2b21c
View commit details
Copy full SHA for 2b2b21c
Browse repository at this point
edge_state_entry padding optimize
lkozeev
committed
2bbfc45
View commit details
Copy full SHA for 2bbfc45
Browse repository at this point
Commits on Aug 4, 2026
Macros for manipulating edge_state_entry flags: used_in_path,
Show description for f6563ad
lkozeev
committed
f6563ad
View commit details
Copy full SHA for f6563ad
Browse repository at this point
Commits on Aug 6, 2026
Bound VLE cache memory with GUC limits and clock eviction.
Show description for 316b08e
lkozeev
committed
316b08e
View commit details
Copy full SHA for 316b08e
Browse repository at this point
Fix a pointer-vs-size Assert in age_vle(), wrong function names
Show description for 736d880
lkozeev
committed
736d880
View commit details
Copy full SHA for 736d880
Browse repository at this point
Commits on Aug 13, 2026
Clean up VLE comments and GUC text
lkozeev
committed
6370bb0
View commit details
Copy full SHA for 6370bb0
Browse repository at this point
Commits on Aug 20, 2026
Silence compiler warnings
lkozeev
committed
987c558
View commit details
Copy full SHA for 987c558
Browse repository at this point
You can’t perform that action at this time.