From 492d74527218aaf229ae29b4cba64328a3fb7fae Mon Sep 17 00:00:00 2001 From: q1800 <95879668+q1800@users.noreply.github.com> Date: Sun, 10 Apr 2022 21:02:37 -0500 Subject: [PATCH] Fix sentence wording --- ...-about-efficiency,-I-have-8-GB-RAM-and|or-a-quad-core-CPU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Who-cares-about-efficiency,-I-have-8-GB-RAM-and|or-a-quad-core-CPU.md b/Who-cares-about-efficiency,-I-have-8-GB-RAM-and|or-a-quad-core-CPU.md index c144c88..317075d 100644 --- a/Who-cares-about-efficiency,-I-have-8-GB-RAM-and|or-a-quad-core-CPU.md +++ b/Who-cares-about-efficiency,-I-have-8-GB-RAM-and|or-a-quad-core-CPU.md @@ -1,7 +1,7 @@ Doing more with less is a virtue in software. For users of uBlock Origin (uBO), this means: - Less CPU churn when loading a web page may translate into a noticeable faster page load. -- Higher memory consumption correlates with higher CPU-cycle consumption. Any extra memory used is the same that needs allocated/written to/read from (at least once)/garbage collected. +- Higher memory consumption correlates with higher CPU-cycle consumption. Any extra memory used is the same that needs to get allocated/written to/read from (at least once)/garbage collected. - Free to use more filter lists: - For instance, [ABP warns against using too many filter lists](https://adblockplus.org/en/getting_started#subscription): _"It is important to note that you should not add too many filter lists to Adblock Plus"_ - Longer battery life. Each time unit, however small, that the CPU is idle rather than churning translates into extended battery life.