Skip to content

Commit 80d5447

Browse files
authored
Readme: update speed comparison
First of all, thanks for bringing a new life to PhlexUI (I've been using a custom fork for a while; now there is a hope that I can switch to the new upstream some day ๐Ÿ™‚). I've been checking the repo recently and found that the speed comparison is out of tune. Phlex is fast but the difference is not that big (compared to the primary competitorโ€”View Component). I've updated the numbers to reflect the latest results from the Konnor's repo as well as [my modification of it](https://github.com/palkan/view-layer-benchmarks/tree/table-component) (I tried to test against a real-world exampleโ€”and that's a PhlexUI Table component, btw). Signed-off-by: Vladimir Dementyev <[email protected]>
1 parent cf00f66 commit 80d5447

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

โ€ŽREADME.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Visit https://rubyui.com/docs/introduction to view the full documentation, inclu
6363

6464
## Speed Comparison ๐ŸŽ๏ธ
6565

66-
RubyUI, powered by Phlex, outperforms traditional methods:
66+
RubyUI, powered by Phlex, outperforms alternative methods:
6767

6868
- Phlex: Baseline ๐Ÿ
69-
- ViewComponent: 5.57x slower ๐Ÿข
70-
- ERB Templates: 12.08x slower ๐ŸŒ
69+
- ViewComponent: ~1.5x slower ๐Ÿš™
70+
- ERB Templates: ~5x slower ๐Ÿข
7171

72-
_Huge thanks to @KonnorRogers for running these tests_ ๐Ÿ™
72+
See the original [view layers benchmark](https://github.com/KonnorRogers/view-layer-benchmarks) by @KonnorRogers and its [variations](https://github.com/KonnorRogers/view-layer-benchmarks/forks).
7373

7474
## Importmap notes:
7575

0 commit comments

Comments
ย (0)