home *** CD-ROM | disk | FTP | other *** search
- From: larocque@jupiter.crd.ge.com (David M. LaRocque)
- Newsgroups: alt.sources
- Subject: Fast strcmp() wanted.
- Message-ID: <12145@crdgw1.crd.ge.com>
- Date: 25 Sep 90 17:59:40 GMT
-
- After I profiled my C program I discovered that the function
- strcmp() takes one third of my program's CPU time. I was hoping
- someone may have written their own version of strcmp() that
- outperforms the library's function.
-
- Thanks, Dave
-
- /**************************************************
- * larocque@crd.ge.com (518) 387-5805
- * ...!crdgw1!cetus.crd.ge.com!larocque
- **************************************************/
-