Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, the following case may cause bad performance:

file space:2-D: the first dimension 1, the second dimension FSIZE
memory space:1-D: The fist dimension DMAX

 

If you change it as follows:

file space:2-D: the first dimension 1, the second dimension FSIZE
memory space:2-D: the first dimension 1, the second dimension DMAX

 

Then, the performance may be much improved.