[Numpy-discussion] performance problem
Sasha
ndarray at mac.com
Mon Jan 30 14:39:02 CST 2006
On 1/30/06, Travis Oliphant <oliphant at ee.byu.edu> wrote:
> Are there other ways to
> get C-compilers to produce faster code on modern machines?
I would recommend to take a look at
<http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22007.pdf>
if you have not seen it before. Although wtitten by AMD, many
recommendations apply to most modern CPUs. I've found Chapter 3
particulary informative. In fact I've changed my coding habits after
reading some of
their recommendations (for example "Use Array-Style Instead of
Pointer-Style Code").
-- sasha
More information about the Numpy-discussion
mailing list