Current Forum: Homework 4 - Lossy (Part 3) |
Date: Mon Oct 22 2001 10:35 am |
Author: Douglas, Keith <kdouglas@andrew.cmu.edu> |
Subject: Re: bad instructions: 1D array vs. 3D array |
|
|
The dimensions of the array are for the programmer's convience. Remember that the computer's (or java VM's, in this case) memory is "flat." When we worked on our lossy implementation, I found it easier to think in terms of a 128*128*3, so I wrote it that way. But one can of course do it flat as well ...
|
|