From 5fe603ffe8916d44ff2d1d5fb9ea5741baaf6585 Mon Sep 17 00:00:00 2001 From: Alvkraft <35309997+Alv777@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:48:31 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2bde144..b1786f5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,19 @@ ## Introduction Light Browser aims to provide an open-source fast and resource efficient browser with modern design. Using python as it's programming code we can not only achieve using the least ammount of storage, but we can also achieve fast browsing, altough this is limited for the browser engine so the C edition would be a lot faster and will probably use less storage. But for now I'm working on making the best version I can, trying to find the limitations of python and also learning on the way. +### Interface: + + +(subject to change) +### Performance: + +Light Browser | Google Chrome +:-------------------------:|:-------------------------: + | +| + +As you can see, with the same ammount of tabs opened we get less ram usage, about a decrease of -39% which it isnt much but still amazing having in mind we are using the same engine, have to add that light browser will be optimized and even changed completly in langauge which will decrease ram usage very drastically. This is even the first stable version and has amazed me to be honest. + Trello board: https://trello.com/b/BSmCyDYt ## How to build #### 1. First you have to install the compiler, make sure you have python and pip installed and then run on a terminal: