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
Accelerator
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
.
vllm-project
/
llm-compressor
Public
Notifications
You must be signed in to change notification settings
Fork
624
Star
3.7k
Code
Issues
47
Pull requests
82
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
[Performance] Speed up subgraph tracing - add direct dict lookup for O(1) node membership checks
- #2999
#2999
Open
wanadzhar913
wants to merge 6 commits into
vllm-project:main
vllm-project/llm-compressor:main
from
wanadzhar913:perf/speed-up-subgraph-tracing-sets
wanadzhar913/llm-compressor:perf/speed-up-subgraph-tracing-sets
Copy head branch name to clipboard
Conversation
Commits
6
(6)
Checks
Files changed
Open
[Performance] Speed up subgraph tracing - add direct dict lookup for O(1) node membership checks
#2999
wanadzhar913
wants to merge 6 commits into
vllm-project:main
vllm-project/llm-compressor:main
from
wanadzhar913:perf/speed-up-subgraph-tracing-sets
wanadzhar913/llm-compressor:perf/speed-up-subgraph-tracing-sets
Copy head branch name to clipboard
Commits
Commits on Aug 5, 2026
initial commit
Show description for 7110b56
wanadzhar913
committed
7110b56
View commit details
Copy full SHA for 7110b56
Browse repository at this point
remove redundant type hint
Show description for 64cf999
wanadzhar913
committed
64cf999
View commit details
Copy full SHA for 64cf999
Browse repository at this point
replace partition_sets with node_to_partition
Show description for e41f56f
wanadzhar913
committed
e41f56f
View commit details
Copy full SHA for e41f56f
Browse repository at this point
Add a shared model buffer so tracing produces one get_attr node with many consumers, assert it in validation, and update benchmark timings.
Show description for ac1734f
wanadzhar913
committed
ac1734f
View commit details
Copy full SHA for ac1734f
Browse repository at this point
Commits on Aug 19, 2026
Merge branch 'main' into perf/speed-up-subgraph-tracing-sets
Show description for bcfc541
wanadzhar913
authored
bcfc541
View commit details
Copy full SHA for bcfc541
Browse repository at this point
Reorder import of find_target_nodes in test_helpers.py (fix Ruff CI)
Show description for aedcdb8
wanadzhar913
authored
aedcdb8
View commit details
Copy full SHA for aedcdb8
Browse repository at this point
You can’t perform that action at this time.