home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1862 < prev    next >
Encoding:
Internet Message Format  |  1990-12-28  |  604 b 

  1. From: larocque@jupiter.crd.ge.com (David M. LaRocque)
  2. Newsgroups: alt.sources
  3. Subject: Fast strcmp() wanted.
  4. Message-ID: <12145@crdgw1.crd.ge.com>
  5. Date: 25 Sep 90 17:59:40 GMT
  6.  
  7. After I profiled my C program I discovered that the function
  8. strcmp() takes one third of my program's CPU time.  I was hoping
  9. someone may have written their own version of strcmp() that
  10. outperforms the library's function.
  11.  
  12. Thanks, Dave
  13.  
  14. /**************************************************
  15.  * larocque@crd.ge.com        (518) 387-5805
  16.  * ...!crdgw1!cetus.crd.ge.com!larocque
  17.  **************************************************/
  18.