Skip to content
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

More perf improvements #232

Merged
merged 9 commits into from
Aug 16, 2022
Merged

More perf improvements #232

merged 9 commits into from
Aug 16, 2022

Conversation

JoviDeCroock
Copy link
Member

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jul 21, 2022

🦋 Changeset detected

Latest commit: 3d2cf76

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
preact-render-to-string Patch

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

@JoviDeCroock JoviDeCroock marked this pull request as draft July 21, 2022 12:49
@JoviDeCroock JoviDeCroock requested a review from developit July 21, 2022 12:49
}

// account for >1 multiline attribute
if (pretty) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My guess is that this is always true since this whole function is now the pretty printing path.

Copy link
Member Author

@JoviDeCroock JoviDeCroock Jul 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heh I should rename this as I am doing

	if (
		opts.pretty ||
		opts.sortAttributes ||
		opts.shallow ||
		opts.allAttributes ||
		opts.xml ||
		opts.attributeHook
	) {

To get to this code path 😅 wanted to create a very hot-path for optimized string-rendering

@JoviDeCroock JoviDeCroock marked this pull request as ready for review July 26, 2022 07:01
developit and others added 3 commits August 16, 2022 18:49
* speed up entity encoding

* use constants for mangle props, remove opts intermediary, collapse helper functions (not as sure on that one), inline fragment rendering.

* slight improvement to the d8 bench runner

* add color picker bench
@JoviDeCroock JoviDeCroock merged commit 2d5ca74 into master Aug 16, 2022
@JoviDeCroock JoviDeCroock deleted the perf-v2 branch August 16, 2022 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants