Mail Archives: djgpp/1995/04/19/10:47:41
> The problem is that when I use one char before and one char
> after e.g. an array of doubles, the time of *addressing* the array
> is significantly (but not very large) larger than when I use
> an int as guard. When I use a calloced array there is no
> difference with ints as guards. Not that I do not count the time
> needed to allocate the blocks.
If you cause the array to become unaligned, you can degrade
performance due to additional memory cycles required to access each
element.
- Raw text -