0
点赞
收藏
分享

微信扫一扫

what interleaved memory

编程练习生J 2022-04-13 阅读 37
linux
In computing, interleaved memory is a design which compensates for the relatively slow speed of dynamic random-access memory (DRAM) or core memory, by spreading memory addresses evenly across memory banks. 
	That way, contiguous memory reads and writes use each memory bank in turn, resulting in higher memory throughput due to reduced waiting for memory banks to become ready for the operations.
举报

相关推荐

0 条评论