TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using chip memory more efficiently

81 pointsby redtuesdayalmost 8 years ago

5 comments

valarauca1almost 8 years ago
For those interested MIT 6.851 Advanced Data Structures covers Cache-Oblivious algorithms if your interested in the general CS&#x2F;Coding techniques to maximize cache usage<p>OpenCourseWare <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bY8f4DSkQ6M" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bY8f4DSkQ6M</a>
sitkackalmost 8 years ago
Take what is fixed and make it flexible.<p>Take what is one and make it many.<p>Take what is repeated and make it one, and fast.
评论 #14734570 未加载
评论 #14734796 未加载
nachiketkaprealmost 8 years ago
FPGA BlockRAMs have been configurable for the past two decades! The CPU architecture world is borrowing some good ideas from the FPGA architects.
评论 #14732506 未加载
tyfonalmost 8 years ago
I wonder if projects like openblas can make use of this. Maybe it could be baked into the cpu too somehow.<p>On the other hand, when reading the title I was preparing for a gory Amiga article. In this case it should be on-chip memory or is my non native english fooling me here? But it was at least in the same spirit ;)
ameliusalmost 8 years ago
I wonder how the OS is supposed to deal with this complexity. It probably needs an API for processes to reconfigure the cache. But then the cache can be private to a process or to a group of processes. Complicated stuff.
评论 #14734596 未加载