[.net] Cache-Oblivious Data Structures and Algorithms

Started by
1 comment, last by snk_kid 17 years, 2 months ago
Are cache-oblivious D&As still valid techniques to take advantage under a VM, one would assume so however i would like to know for definite and if possible in detail please, thanks in advance.
Advertisement
The answer is to profile your code. Especially if you can come up with multiple algorithms to do the same thing, then you can compare the results and draw your own conclusions for your own scenario
Joel Martinez
http://codecube.net
[twitter]joelmartinez[/twitter]
Quote:Original post by joelmartinez
The answer is to profile your code. Especially if you can come up with multiple algorithms to do the same thing, then you can compare the results and draw your own conclusions for your own scenario


I'm sorry but that is not the kind of answer i was looking for, i already profile code and yes i can look at memory usage but that doesn't really help me from possibly wasting time going head and code cache-oblivious implementations then finding out it was pointless.

I would like more details than this.

This topic is closed to new replies.

Advertisement