From 87ca33264a38f8332daa6d2dea974239c37d2fbc Mon Sep 17 00:00:00 2001 From: pkivolowitz Date: Sun, 31 Dec 2023 11:31:14 -0600 Subject: [PATCH] Update README.md - formulusblack is gone --- section_1/regs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section_1/regs/README.md b/section_1/regs/README.md index 641af56..37afb9f 100644 --- a/section_1/regs/README.md +++ b/section_1/regs/README.md @@ -56,7 +56,7 @@ is really: Modern processors that are not slaves to backwards compatibility have fewer and fewer instructions that operate directly upon data in RAM. This is largely because of the stupendous difference in speed at which a processor can access its registers versus the speed at which a processor can access memory. -The following two images are from the [Formulus Black Blog](https://formulusblack.com/blog/compute-performance-distance-of-data-as-a-measure-of-latency/) and are quite informative. +The following two images are from the [Formulus Black Blog](https://formulusblack.com/blog/compute-performance-distance-of-data-as-a-measure-of-latency/) and are quite informative. Note this has become a dead link. Most unfortunate. This image relates typical latency (delay) in gaining access to data in various places.