|
|
|
|
|
by raw_anon_1111
76 days ago
|
|
A native app that compiles to machine language and uses shared system libraries is by definition going to take less memory and resources than code + web browser +Javascript VM + memory to keep JITd byte code. Write a “Hello World” in C++ that pops up a dialog box compared to writing the same as an Electron app. |
|