From 51b4e6b1e04d77debae4b26b6dac669a8e806818 Mon Sep 17 00:00:00 2001 From: Dimitri Witkowski Date: Sat, 3 Oct 2020 14:23:03 +0200 Subject: [PATCH] Updated Electron alternatives (markdown) --- Electron-alternatives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Electron-alternatives.md b/Electron-alternatives.md index b68feb7..2e72d5a 100644 --- a/Electron-alternatives.md +++ b/Electron-alternatives.md @@ -52,7 +52,7 @@ Download size impact: KeeWeb download size -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 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 WebView and 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.