IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2015, 8:40:19 PM (11 years ago)
Author:
eugene
Message:

trying to improve the speed of the compression shuffle step; added NONE_1 for testing; added timing traces in uncompress to test speed improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/libfits/matrix/F_compress_M.c

    r38399 r38418  
    514514        }
    515515        *rawptr = *srcptr;
    516         myAssert (srcptr - matrix->buffer < Npix*size, "memory overrun");
    517         myAssert (rawptr - raw < Nraw*size, "memory overrun");
     516        // myAssert (srcptr - matrix->buffer < Npix*size, "memory overrun");
     517        // myAssert (rawptr - raw < Nraw*size, "memory overrun");
    518518      }
    519519
Note: See TracChangeset for help on using the changeset viewer.