commit: 6fa33a7b7020881b57e9e83dd5a5295988d10b0b
parent 2d77ce27152f242feb5d0de533e24bb259205e0e
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 2 Dec 2024 14:06:56 +0100
dynlib: fix l.sr.ht URLs
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/dynlib.html b/content/dynlib.html
@@ -17,7 +17,7 @@ Findings: <strong>not really</strong>
<p>
Over half of your libraries are used by fewer than 0.1% of your executables.
-<img src="https://l.sr.ht/PSEG.svg" alt="A plot showing that the number of times a dynamic library is used shows exponential decay" />
+<img src="https://redacted.moe/f/84458436.svg" alt="A plot showing that the number of times a dynamic library is used shows exponential decay" />
<small>Number of times each dynamic library is required by a program</small>
<p>
@@ -161,7 +161,7 @@ Findings: <strong>not really</strong>
On average, dynamically linked executables use only 4.6% of the symbols on
offer from their dependencies. A good linker will remove unused symbols.
-<img src="https://l.sr.ht/WzUp.svg" alt="A box plot showing most results are <5%, with outliers evenly distributed up to 100%" />
+<img src="https://redacted.moe/f/7a01b09c.svg" alt="A box plot showing most results are <5%, with outliers evenly distributed up to 100%" />
<small>% of symbols requested by dynamically linked programs from the libraries that it depends on</small>
<p>