From 17f5e7ac349339e9a77c4e7b13b99b107afe26db Mon Sep 17 00:00:00 2001 From: Dimitri Witkowski Date: Sat, 3 Oct 2020 13:34:36 +0200 Subject: [PATCH] Updated Electron alternatives (markdown) --- Electron-alternatives.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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.