Follow TV Tropes

Following

Discussion History Main / CranialProcessingUnit

Go To

[003] Erzengel Current Version
Changed line(s) 1 from:
n
On modern CPUs, we have different levels of cache (L1, L2, etc). The lower the number, the smaller the cache, closer to the CPU, and faster the access time. The reason for this is that being even marginally farther away reduces access speeds, and being larger necessitates portions of the memory being further away physically and thus take more time for electrical impulses to travel. At the 3 to 4 gigahertz (0.33 to 0.25 nanoseconds per clock cycle) timescales we\'re dealing with, these micrometers are significant and mean that retrieving from L2 cache and beyond takes more than a clock cycle simply due to limits in speed of light.
to:
On modern CPUs, we have different levels of cache (L1, L2, etc). The lower the number, the smaller the cache, closer to the CPU, and faster the access time. The reason for this is that being even marginally farther away reduces access speeds, and being larger necessitates portions of the memory being further away physically and thus take more time for electrical impulses to travel. At the 3 to 4 gigahertz (0.33 to 0.25 nanoseconds per clock cycle) timescales we\\\'re dealing with, these micrometers are significant and mean that retrieving from L2 cache and beyond takes more than a clock cycle simply due to limits in speed of light in silicon.
Changed line(s) 5 from:
n
As an Electronics and Software Engineer (designs computers), I see many engineering reasons to keep at least essential processing and cache close to the sensors. However, like modern computers, it would also be wise to keep long term storage someplace further away.
to:
As an Electronics and Software Engineer (designs computers), I see many engineering reasons to keep at least essential processing and cache close to the sensors. However, like modern computers, it would also be wise to keep long term storage someplace further away to be paged into the cache as needed.
Changed line(s) 1 from:
to:
Changed line(s) 2 from:
to:
Top