Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Benchmarks & Performance Improvements#178

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
developit wants to merge14 commits intomain
base:main
Choose a base branch
Loading
frombenchmarks-2
Open
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
d1809ff
Add prettier setup
marvinhagemeisterOct 15, 2020
6c6c29a
Apply pettier formatting
marvinhagemeisterOct 15, 2020
3e0e6d6
Add simple benchmarks
marvinhagemeisterOct 15, 2020
37c2f07
Merge branch 'master' into benchmarks
developitFeb 9, 2021
de4f5e3
incorporate marvin's benchmarks
developitFeb 9, 2021
2a6f8c1
Add d8-based benchmark runner
developitFeb 9, 2021
8a9f792
minor performance tweaks
developitFeb 9, 2021
5bd76c8
Add prototype array ropes implementation
developitFeb 9, 2021
6142b18
Fix my shoddy statistics
developitFeb 10, 2021
2be162f
benchmark old VS new
developitFeb 10, 2021
a57eb34
add full string ropes implementation
developitFeb 10, 2021
f99f982
Add entity-encoding cache, use string ropes to buffer small strings d…
developitFeb 10, 2021
9cc064f
last fix for my shoddy statistics
developitFeb 10, 2021
48058d6
slight performance improvement for entity encoding
developitFeb 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions.gitignore
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,3 +3,4 @@
/npm-debug.log
.DS_Store
/src/preact-render-to-string-tests.d.ts
test/bench/.dist.modern.js
14 changes: 7 additions & 7 deletionsjsx.d.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
import { VNode } from 'preact';

interface Options {
jsx?: boolean;
xml?: boolean;
functions?: boolean
functionNames?: boolean,
skipFalseAttributes?: boolean
pretty?: boolean | string;
jsx?: boolean;
xml?: boolean;
functions?: boolean;
functionNames?: boolean;
skipFalseAttributes?: boolean;
pretty?: boolean | string;
}

export function render(vnode: VNode, context?: any, options?: Options):string;
export function render(vnode: VNode, context?: any, options?: Options):string;
export default render;
Loading

[8]ページ先頭

©2009-2025 Movatter.jp