Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
emilecantin
on Sept 19, 2023
|
parent
|
context
|
favorite
| on:
Web apps are better than no apps
Yes, but any UI stuff in C++ is also going to be a major source of slowdowns.
And C++ compiled to WASM will have the same slowdowns if it needs to touch the DOM.
GrumpySloth
on Sept 19, 2023
[–]
That actually makes me want to create a set of UI benchmarks comparing performance standard UI operations in C++ with Qt vs JS with DOM. I think I’ll look into it over the weekend.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
And C++ compiled to WASM will have the same slowdowns if it needs to touch the DOM.