Click here to Skip to main content
16,004,828 members
Home / Discussions / C#
   

C#

 
AnswerRe: for important Pin
Dave Kreskowiak16-Apr-15 4:29
mveDave Kreskowiak16-Apr-15 4:29 
AnswerRe: for important Pin
Arkadeep De16-Apr-15 8:53
professionalArkadeep De16-Apr-15 8:53 
GeneralRe: for important Pin
Dave Kreskowiak16-Apr-15 8:58
mveDave Kreskowiak16-Apr-15 8:58 
GeneralRe: for important Pin
Eddy Vluggen16-Apr-15 10:04
professionalEddy Vluggen16-Apr-15 10:04 
QuestionC# String Comparison Tests Pin
Kevin Marois16-Apr-15 3:09
professionalKevin Marois16-Apr-15 3:09 
GeneralRe: C# String Comparison Tests Pin
harold aptroot16-Apr-15 3:23
harold aptroot16-Apr-15 3:23 
GeneralRe: C# String Comparison Tests Pin
Sascha Lefèvre16-Apr-15 6:56
professionalSascha Lefèvre16-Apr-15 6:56 
GeneralRe: C# String Comparison Tests Pin
harold aptroot16-Apr-15 7:40
harold aptroot16-Apr-15 7:40 
A couple more,
  • the result goes nowhere. Apparently it worked, but it's dangerous (operation could be discarded, and really they should have been, so I have a sneaking suspicion it might have been run while suppressing JIT-optimization).
  • the whole thing is only done once. The worst part of that is the JIT-compilation, but there is also "turbo lag" (part of the first loop could run at a lower frequency), other start-up nonsense (extra cache misses and so on), and a semi-random number of context switches.
  • from these benchmarks, it's impossible to tell how much of the time taken is due to the loop overhead.
  • it's measuring a throughput but kind of implying it's a latency.

GeneralRe: C# String Comparison Tests Pin
Sascha Lefèvre16-Apr-15 8:29
professionalSascha Lefèvre16-Apr-15 8:29 
GeneralRe: C# String Comparison Tests Pin
harold aptroot16-Apr-15 8:38
harold aptroot16-Apr-15 8:38 
GeneralRe: C# String Comparison Tests Pin
Sascha Lefèvre16-Apr-15 8:51
professionalSascha Lefèvre16-Apr-15 8:51 
AnswerRe: C# String Comparison Tests Pin
Pete O'Hanlon16-Apr-15 3:30
mvePete O'Hanlon16-Apr-15 3:30 
GeneralRe: C# String Comparison Tests Pin
Kevin Marois16-Apr-15 3:32
professionalKevin Marois16-Apr-15 3:32 
GeneralRe: C# String Comparison Tests Pin
Pete O'Hanlon16-Apr-15 3:33
mvePete O'Hanlon16-Apr-15 3:33 
GeneralRe: C# String Comparison Tests Pin
Simon_Whale16-Apr-15 4:01
Simon_Whale16-Apr-15 4:01 
GeneralRe: C# String Comparison Tests Pin
Pete O'Hanlon16-Apr-15 4:28
mvePete O'Hanlon16-Apr-15 4:28 
GeneralRe: C# String Comparison Tests Pin
OriginalGriff16-Apr-15 4:52
mveOriginalGriff16-Apr-15 4:52 
GeneralRe: C# String Comparison Tests Pin
Pete O'Hanlon16-Apr-15 5:05
mvePete O'Hanlon16-Apr-15 5:05 
GeneralRe: C# String Comparison Tests Pin
Simon_Whale16-Apr-15 5:18
Simon_Whale16-Apr-15 5:18 
AnswerRe: C# String Comparison Tests Pin
Gyana_Ranjan Dash16-Apr-15 3:31
Gyana_Ranjan Dash16-Apr-15 3:31 
GeneralRe: C# String Comparison Tests Pin
Pete O'Hanlon16-Apr-15 8:29
mvePete O'Hanlon16-Apr-15 8:29 
AnswerRe: C# String Comparison Tests Pin
molesworth16-Apr-15 7:01
molesworth16-Apr-15 7:01 
Questionservice top when list is emty c# Pin
Member 1148462415-Apr-15 23:48
Member 1148462415-Apr-15 23:48 
AnswerRe: service top pulling when list is emty c# Pin
OriginalGriff16-Apr-15 0:55
mveOriginalGriff16-Apr-15 0:55 
GeneralMessage Closed Pin
16-Apr-15 1:46
Member 1148462416-Apr-15 1:46 

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.