diff --git a/Electron-alternatives.md b/Electron-alternatives.md index 57697e9..a97116e 100644 --- a/Electron-alternatives.md +++ b/Electron-alternatives.md @@ -41,19 +41,11 @@ All testing was done on macOS Catalina without memory pressure, with a demo data Quick comparison gives us the following results: -| | Observed | Calculated | -|----------|----------|------------| -| Electron | 215 MB | - | -| WebView | 112 MB | 140 MB | -| Qt | 160 MB | 180 MB | +KeeWeb Memory If we compare the file size: -| | Size | -|----------|--------| -| Electron | 180 MB | -| WebView | 20 MB | -| Qt | 80 MB | +KeeWeb Filesystem So, replacing Electron with either WebView or Qt would reduce memory consumption by 50..70 MB and save ≈100 MB of disk space. The difference between WebView or Qt in terms of performance is negligible.