all the common libraries are shared, so duplication is minimal.which necessitates some duplication of resources.
you have about:memory in ff, some of the working set and virtual memory for common libraries are shared between tabs too.I preferred Edge because on task manager all tabs are labelled that are much easier to identify how much memory it used, but both Firefox and Chrome tabs are not
I can't imagine browsing without a script/add blocker. (it's an arms war on some sites eg forbes where they have anti-add-blocker tech though)The Sun paper, CNN etc that has too many adverts and videos caused the tab memory
As a software developer, I wouldn't do this, because it would create variants of my software which I would have to test, maintain, support - costly in the long run.Do modern browsers not look at how much ram your machine has and work off that? Similar to what Windows pagefile does.
Never measured it, but it should - not loading all the ads 'n all. Usually you can infer this from general performance, adblock on = faster = probably uses less memory.Does using an adblocker lower memory usage?
all the common libraries are shared, so duplication is minimal.
maybe I badly explained - below two chrome tabs, headline figures for space 1.1Gb/783MB, of which only 84MB/78MB are unique data structures/stack, the rest are shareable with other processes so do not use up additional memoryI've never dug into it but from incidental observation when debugging other processes, etc. there seems to be a fair amount of duplicated resources in some cases as much as a 100-200MB per process.