|
|
|
|
|
by michaelothomas
720 days ago
|
|
I don't know absolute values but Excel still has several advantages which make it faster:
- Excel is written in C++ and compiled natively which will be a bit faster than Java running on the JVM. And Java running as WasmGC is about 2x slower than Java on the JVM.
- Sheets is limited to 4GB of RAM by the browser, Excel isn't.
- C++ can do shared memory multi-threading, WasmGC cannot. |
|
And Microsoft would rather push everyone to the 365 Web subscription, than keeping selling native Excel, which by the way, nowadays uses plenty of React Native code instead of pure C++, exactly because of code portability to Office 365.