Pissandshittium / pissandshittium

Pissandshittium Source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
184 stars 18 forks source link

Allocate more memoryp #143

Open f321x opened 5 months ago

f321x commented 5 months ago

I don't know how browsers work but if we allocate memory for each visited page and cache them in this memory forever browsing would be much faster once you have stored thousands of pages in memory. Also at one point you wouldn't even need internet for browsing anymore as everything is saved in memory.

everypizza1 commented 5 months ago

ram or disk

Aikoyori commented 5 months ago

we will be using ramdisk

Maximal98 commented 5 months ago

i think the same effect could be achieved by just calling malloc(10000) every time you click on a link