IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7872


Ignore:
Timestamp:
Jul 11, 2006, 5:50:48 PM (20 years ago)
Author:
jhoblitt
Message:

add a note about PSVECTOR_SORT_CASE() possibly being faster with a Radix sort

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psVector.c

    r7579 r7872  
    99*  @author Robert DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.76 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-06-15 02:29:12 $
     11*  @version $Revision: 1.77 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-07-12 03:50:48 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    336336
    337337// Heap sort of the array
     338// XXX since the key size is fixed (same number of bits) a Radix sort could be
     339// a big win here -- someone should benchmark this -JH
    338340#define PSVECTOR_SORT_CASE(NAME) \
    339341case PS_TYPE_##NAME: { \
Note: See TracChangeset for help on using the changeset viewer.