-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* more perf improvements * remove * undo loop change * put self closing in a set * inline * remove cross * add missing void el * create non-dimensional cahce * last bits * Create thick-islands-share.md
- Loading branch information
1 parent
fac1544
commit 8cf7cef
Showing
4 changed files
with
61 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"preact-render-to-string": patch | ||
--- | ||
|
||
Improve performance by | ||
|
||
- storing the void_elements in a Set | ||
- hoisting the `x-link` regex | ||
- remove case-insensitive from regexes and calling `.toLowerCase()` instead | ||
- caching suffixes for css-props |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters