6 ms·
It's possible to install the `cosmic-store`, but it will be some time before it's ready to replace the elementary appcenter.
by mmstick76 3y ago
It's possible to install the `cosmic-store`, but it will be some time before it's ready to replace the elementary appcenter.
- winrid 3y agoI don't see any kind of db in cosmic-store's dependencies. So is it going to have the exact same memory usage problems as elementary appcenter?
- mmstick76 3y agoWhere the elementary appcenter needs 900 MB, and KDE Discover needs 600 MB, the COSMIC Store needs only 60 MB. The COSMIC Store uses serde to serialize package metadata into a bitcode format, which uses significantly less memory and enables rapid application startup times. As a result, it does not need to run in the background, and it can search the entire database in realtime within 5ms.
- winrid 3y agoAmazing, thanks for your work!