From: KhaOsh <ficheironegro@gmail.com>
To: linux-c-programming@vger.kernel.org
Subject: String comparison for fixed strings
Date: Wed, 15 Aug 2007 12:06:24 +0100 [thread overview]
Message-ID: <9870a8150708150406x6297b877u473bfbbc62949f10@mail.gmail.com> (raw)
Hello everyone,
In terms of speed what the fastest way of doing a strings comparison
on fixed strings? Using one of those strcmp() functions or doing the
following:
(Pseudo code)
"if (s[0] == 0xa && s[1] == 0xb && s[2] == 0xc)" (etc)
or
"if (s[0] == 'A' && s[1] == 'B' && s[2[ == 'C')" (etc)
Thanks for your help.
next reply other threads:[~2007-08-15 11:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-15 11:06 KhaOsh [this message]
2007-08-15 13:18 ` String comparison for fixed strings Stephen Kratzer
2007-08-15 14:46 ` Glynn Clements
2007-08-15 17:26 ` Leslie P. Polzer
2007-08-16 1:44 ` Glynn Clements
2007-08-16 7:30 ` Per Jessen
2007-08-16 18:14 ` Glynn Clements
2007-08-17 7:49 ` Per Jessen
2007-08-17 20:22 ` KhaOsh
2007-08-16 1:54 ` Glynn Clements
2007-08-15 18:51 ` Jesse Ruffin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9870a8150708150406x6297b877u473bfbbc62949f10@mail.gmail.com \
--to=ficheironegro@gmail.com \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).