Click here to Skip to main content
15,884,237 members
Home / Discussions / C#
   

C#

 
GeneralRe: case insensitive string comparison - relative speed Pin
Blake Miller2-Nov-12 10:26
Blake Miller2-Nov-12 10:26 
GeneralRe: case insensitive string comparison - relative speed Pin
Eddy Vluggen2-Nov-12 10:29
professionalEddy Vluggen2-Nov-12 10:29 
GeneralRe: case insensitive string comparison - relative speed Pin
SledgeHammer012-Nov-12 11:20
SledgeHammer012-Nov-12 11:20 
AnswerRe: case insensitive string comparison - relative speed Pin
Richard Deeming2-Nov-12 9:47
mveRichard Deeming2-Nov-12 9:47 
GeneralRe: case insensitive string comparison - relative speed Pin
Blake Miller2-Nov-12 10:28
Blake Miller2-Nov-12 10:28 
AnswerRe: case insensitive string comparison - relative speed Pin
Clifford Nelson2-Nov-12 10:18
Clifford Nelson2-Nov-12 10:18 
GeneralRe: case insensitive string comparison - relative speed Pin
Blake Miller2-Nov-12 10:28
Blake Miller2-Nov-12 10:28 
AnswerRe: case insensitive string comparison - relative speed Pin
jschell2-Nov-12 12:46
jschell2-Nov-12 12:46 
In terms of application performance (rather than just statement performance.)

If you have not measured the application using appropriate data then your first step would be to do that.

If you have measured and found that this specific method containing this statement is the problem then finding a different algorithmic approach would have much more impact. The goal of course in that case is not to find a faster way to do the comparison but instead to find a way so no comparison at all is needed.
QuestionSpell checker in code Pin
PozzaVecia2-Nov-12 9:11
PozzaVecia2-Nov-12 9:11 
AnswerRe: Spell checker in code Pin
Eddy Vluggen2-Nov-12 9:38
professionalEddy Vluggen2-Nov-12 9:38 
GeneralRe: Spell checker in code Pin
PozzaVecia2-Nov-12 9:44
PozzaVecia2-Nov-12 9:44 
GeneralRe: Spell checker in code Pin
Eddy Vluggen2-Nov-12 10:11
professionalEddy Vluggen2-Nov-12 10:11 
GeneralRe: Spell checker in code Pin
PozzaVecia2-Nov-12 11:22
PozzaVecia2-Nov-12 11:22 
AnswerRe: Spell checker in code Pin
Eddy Vluggen2-Nov-12 11:31
professionalEddy Vluggen2-Nov-12 11:31 
AnswerRe: Spell checker in code Pin
Clifford Nelson2-Nov-12 10:26
Clifford Nelson2-Nov-12 10:26 
GeneralRe: Spell checker in code Pin
PozzaVecia2-Nov-12 11:22
PozzaVecia2-Nov-12 11:22 
QuestionSource file with repetitive data Pin
C-P-User-32-Nov-12 6:02
C-P-User-32-Nov-12 6:02 
AnswerRe: Source file with repetitive data Pin
Richard MacCutchan2-Nov-12 6:29
mveRichard MacCutchan2-Nov-12 6:29 
GeneralRe: Source file with repetitive data Pin
C-P-User-35-Nov-12 8:00
C-P-User-35-Nov-12 8:00 
GeneralRe: Source file with repetitive data Pin
Richard MacCutchan5-Nov-12 22:02
mveRichard MacCutchan5-Nov-12 22:02 
GeneralRe: Source file with repetitive data Pin
C-P-User-36-Nov-12 6:02
C-P-User-36-Nov-12 6:02 
GeneralRe: Source file with repetitive data Pin
Richard MacCutchan6-Nov-12 6:32
mveRichard MacCutchan6-Nov-12 6:32 
GeneralRe: Source file with repetitive data Pin
C-P-User-36-Nov-12 10:00
C-P-User-36-Nov-12 10:00 
SuggestionRe: Source file with repetitive data Pin
dybs4-Nov-12 17:13
dybs4-Nov-12 17:13 
GeneralRe: Source file with repetitive data Pin
C-P-User-35-Nov-12 4:50
C-P-User-35-Nov-12 4:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.