Skip to content

Commit

Permalink
Improve __toString performance
Browse files Browse the repository at this point in the history
Running scenario: Short attributes, empty rendered
  __toString() time: 0.00077986717224121 seconds
  __toString2() time: 0.00049495697021484 seconds
  Improvement: 36.533170284317%
Running scenario: Short attributes, partial rendered
  __toString() time: 0.00054383277893066 seconds
  __toString2() time: 0.00031709671020508 seconds
  Improvement: 41.692240245506%
Running scenario: Short attributes, full rendered
  __toString() time: 0.00030899047851562 seconds
  __toString2() time: 0.00012898445129395 seconds
  Improvement: 58.256172839506%
Running scenario: Long attributes, empty rendered
  __toString() time: 0.0038020610809326 seconds
  __toString2() time: 0.0026099681854248 seconds
  Improvement: 31.353859660124%
Running scenario: Long attributes, partial rendered
  __toString() time: 0.0032980442047119 seconds
  __toString2() time: 0.0022611618041992 seconds
  Improvement: 31.439311790646%
Running scenario: Long attributes, full rendered
  __toString() time: 0.00074219703674316 seconds
  __toString2() time: 0.00014185905456543 seconds
  Improvement: 80.886604561516%
  • Loading branch information
smnandre committed Nov 6, 2024
1 parent 07b3eeb commit ce9bd95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2856,7 +2856,7 @@ __metadata:
vitest-canvas-mock: "npm:^0.3.3"
peerDependencies:
"@hotwired/stimulus": ^3.0.0
chart.js: ^4.0
chart.js: ^3.4.1 || ^4.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2987,7 +2987,7 @@ __metadata:
svelte: "npm:^3.0 || ^4.0"
peerDependencies:
"@hotwired/stimulus": ^3.0.0
svelte: ^4.0
svelte: ^3.0 || ^4.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3042,7 +3042,7 @@ __metadata:
"@hotwired/turbo": "npm:^7.1.0 || ^8.0"
peerDependencies:
"@hotwired/stimulus": ^3.0.0
"@hotwired/turbo": ^8.0
"@hotwired/turbo": ^7.1.1 || ^8.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit ce9bd95

Please sign in to comment.