Updated Electron alternatives (markdown)

Dimitri Witkowski 2020-11-11 23:18:47 +01:00
parent f0b579ab1a
commit c885f8e2b6
1 changed files with 1 additions and 1 deletions

@ -52,7 +52,7 @@ Download size impact:
<img width="527" alt="KeeWeb download size" src="https://user-images.githubusercontent.com/633557/94990553-5cbeef80-057d-11eb-8655-2604f8df199d.png">
So, replacing Electron with either WebView or Qt would reduce memory consumption by ≈70 MB and save ≈100 MB of disk space. The difference between WebView and Qt in terms of performance is negligible.
So, replacing Electron with either WebView or Qt would reduce memory consumption by ≈70 MB and save ≈100 MB of disk space. The difference between all of them (Electron, WebView, Qt) in terms of performance is negligible.
We're not concerned much about disk space since extra 100 MB doesn't matter nowadays (which is arguable but that's our opinion), while reducing memory requirements would be nice.