in reply to Re: STOP Trading Memory for Speed
in thread STOP Trading Memory for Speed
For example, while it's much more efficient on most RISC architectures to use 32 bit or 64 bit data elements over 8 bit ones (as you generally have a mask and shift operation internally, or often externally), if using only 8 bit data means a larger portion of your data set fits in cache with fewer spills to main memory (or even L2 cache) the increased number of cycles actually used to decode your data is smaller than the number of cycles you pause waiting on memory busses.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: STOP Trading Memory for Speed
by Aristotle (Chancellor) on Sep 26, 2002 at 05:40 UTC |