Re: Improve efficiency of 3 big array ops.
- From: beliavsky@xxxxxxx
- Date: 1 Jun 2005 08:16:43 -0700
Tim Prince wrote:
<snip>
> In view of the size of your problem, cache behavior is likely to be
> important. You may have to block your loops on iv so that they don't
> overflow L1 cache, if multiple loops are using the same data.
I don't understand the last sentence, having little knowledge of code
optimization. What does it mean to "block a loop"? Thanks.
.
- Follow-Ups:
- Re: Improve efficiency of 3 big array ops.
- From: Joost
- Re: Improve efficiency of 3 big array ops.
- References:
- Improve efficiency of 3 big array ops.
- From: andy2O
- Re: Improve efficiency of 3 big array ops.
- From: Tim Prince
- Improve efficiency of 3 big array ops.
- Prev by Date: Re: creating directories on the fly
- Next by Date: Re: Improve efficiency of 3 big array ops.
- Previous by thread: Re: Improve efficiency of 3 big array ops.
- Next by thread: Re: Improve efficiency of 3 big array ops.
- Index(es):