Random commentary about Machine Learning, BigData, Spark, Deep Learning, C++, STL, Boost, Perl, Python, Algorithms, Problem Solving and Web Search
Wednesday, March 10, 2010
List cache-aware
Build a list that maximize the use of cache hierarchies. In modern computer a cache miss is a very negative situation, just like page faults some year ago.
Cache Oblivious Data Structures.. Probably they can help a lot
ReplyDeleteUnrolled Linked list can help
ReplyDelete