mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 02:26:59 +08:00
Update README.md - formulusblack is gone
This commit is contained in:
parent
5a015d438a
commit
87ca33264a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue