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
.
solidjs
/
solid
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
36k
Code
Issues
30
Pull requests
7
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Store perf: structural hot-path pass, shallow stores + markRaw, effect-run trims
- #2931
#2931
Merged
ryansolid
merged 9 commits into
next
solidjs/solid:next
from
perf/store-structural-shallow
solidjs/solid:perf/store-structural-shallow
Copy head branch name to clipboard
Jul 23, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Store perf: structural hot-path pass, shallow stores + markRaw, effect-run trims
#2931
ryansolid
merged 9 commits into
next
solidjs/solid:next
from
perf/store-structural-shallow
solidjs/solid:perf/store-structural-shallow
Copy head branch name to clipboard
Commits
Commits on Jul 23, 2026
Store structural hot-path pass: target-valued lookup, O(observed) diff, wrap-free reads
Show description for 8723adc
ryansolid
and
claude
committed
8723adc
View commit details
Copy full SHA for 8723adc
Browse repository at this point
Shallow stores + markRaw: record-granularity boundary on the store model
Show description for 7c23404
ryansolid
and
claude
committed
7c23404
View commit details
Copy full SHA for 7c23404
Browse repository at this point
Effect-run trims: no-op skips in recompute/setSignal + readNodeFast trap read
Show description for 5288df2
ryansolid
and
claude
committed
5288df2
View commit details
Copy full SHA for 5288df2
Browse repository at this point
Shallow store hardening: raw values are leaves everywhere, full API surface
Show description for bf5a0f6
ryansolid
and
claude
committed
bf5a0f6
View commit details
Copy full SHA for bf5a0f6
Browse repository at this point
Fix frames types build on fresh installs (inherited from base)
Show description for c842249
ryansolid
and
claude
committed
c842249
View commit details
Copy full SHA for c842249
Browse repository at this point
Bump the createStore size scenario for the shallow-store cost (review flag)
Show description for b15fb56
ryansolid
and
claude
committed
b15fb56
View commit details
Copy full SHA for b15fb56
Browse repository at this point
Gate raw-value probes behind first use; markRaw goes package-internal
Show description for 203ea30
ryansolid
and
claude
committed
203ea30
View commit details
Copy full SHA for 203ea30
Browse repository at this point
Re-inline the per-key diff bodies on hot reconcile loops
Show description for b3fffe9
ryansolid
and
claude
committed
b3fffe9
View commit details
Copy full SHA for b3fffe9
Browse repository at this point
Read rawValuesUsed as a live binding at raw-check call sites
Show description for 1e4bcae
ryansolid
and
claude
committed
1e4bcae
View commit details
Copy full SHA for 1e4bcae
Browse repository at this point
You can’t perform that action at this time.