Where does solidjs stand on the benchmarks shown at https://leptos.dev/? #2627
Answered
by
gbj
hamirmahal
asked this question in
Q&A
-
It'd be kind of nice to see how it holds up against |
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Jun 12, 2024
Replies: 2 comments 1 reply
-
Solid's a bit faster -- generally speaking on this benchmark if you compare a JS framework to a WASM one with comparable approaches the JS one will be marginally faster, almost exclusively due to the cost of copying and transcoding UTF-8 strings to UTF-16. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hamirmahal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solid's a bit faster -- generally speaking on this benchmark if you compare a JS framework to a WASM one with comparable approaches the JS one will be marginally faster, almost exclusively due to the cost of copying and transcoding UTF-8 strings to UTF-16.