IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2006, 11:00:41 AM (20 years ago)
Author:
Paul Price
Message:

Instead of doing open/close each time we want to read (which is really expensive), we hold an array of file pointers. This should make for a significant boost in speed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeData.h

    r7073 r7759  
    88typedef struct {
    99    int numCells;                       // Number of (valid) cells in the FPA
     10    psArray *files;                     // Input file pointers
    1011    psArray *in;                        // Input FPA structures
    1112    pmFPA *out;                         // Output FPA structure
Note: See TracChangeset for help on using the changeset viewer.