-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reimplement the core without Sets, Maps, etc. #161
Conversation
…er 100 iterations
…ous ._node values
This seems to boost (micro)benchmark results quite a bit.
Update integrations for "setless" rewrite
Remove an accidentally added scratchpad file
Prettier and slight optimization for Signal.toString
Support auto-disposing nested effects
🦋 Changeset detectedLatest commit: 6ac6923 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for preact-signals-demo ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Size Change: +1.5 kB (+2%) Total Size: 67.5 kB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's happening.gif 🎉 💯
This pull request collects together multiple optimizations introduced mainly in #136. Also included are related modifications to the Preact & React integrations, introduced in #156.