Updated Electron alternatives (markdown)

Dimitri Witkowski 2020-10-03 12:19:19 +02:00
parent def6855eb2
commit 27de077878
1 changed files with 1 additions and 1 deletions

@ -59,7 +59,7 @@ So, replacing Electron with either WebView or Qt would reduce memory consumption
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.
In terms of development effort, rewriting the app in Qt is equal to full re-creation from scratch, this doesnt sound realistic.
In terms of development effort, rewriting the app in Qt is equal to full re-creation from scratch, this doesnt sound realistic. Apart from this, the difference is not that big, so we wont get anything from it.
Switching to a WebView-based solution would need some work on app stability and implementation of missing features, but it has big wins in filesystem space and consumes 35% less memory. WebView support is however not great and it will also add limitations on our operating system coverage.