Click here to Skip to main content
15,896,493 members
Home / Discussions / C#
   

C#

 
GeneralRe: BitVector performance question Pin
Lutosław15-Jan-10 0:33
Lutosław15-Jan-10 0:33 
JokeRe: BitVector performance question Pin
Covean15-Jan-10 0:54
Covean15-Jan-10 0:54 
GeneralRe: BitVector performance question Pin
Lutosław15-Jan-10 0:04
Lutosław15-Jan-10 0:04 
GeneralRe: BitVector performance question Pin
Lutosław15-Jan-10 0:09
Lutosław15-Jan-10 0:09 
GeneralRe: BitVector performance question Pin
Luc Pattyn15-Jan-10 1:47
sitebuilderLuc Pattyn15-Jan-10 1:47 
AnswerRe: Caching powers of 2 -- performance consideration Pin
harold aptroot15-Jan-10 4:38
harold aptroot15-Jan-10 4:38 
GeneralRe: Caching powers of 2 -- performance consideration Pin
Lutosław15-Jan-10 11:24
Lutosław15-Jan-10 11:24 
GeneralRe: Caching powers of 2 -- performance consideration Pin
harold aptroot15-Jan-10 11:51
harold aptroot15-Jan-10 11:51 
Bitwise shifts in C# do an implicit shiftamount & (BITSIZE - 1)
Actually x86's do that already by themselves, provided that you used the right operand size (which is always the case for 64bit shifts, but the JIT compiler emits the and instruction anyway)
QuestionGenerate Color Book File Format (.acb file) for Photoshop using .NET or Other Language Pin
shaktisinh14-Jan-10 19:13
shaktisinh14-Jan-10 19:13 
Questionhow to inflate GDI+ Regoins Pin
VCsamir14-Jan-10 19:02
VCsamir14-Jan-10 19:02 
QuestionAny one having code to compare two xml files....? Pin
koolprasad200314-Jan-10 18:48
professionalkoolprasad200314-Jan-10 18:48 
AnswerRe: Any one having code to compare two xml files....? Pin
VCsamir14-Jan-10 18:56
VCsamir14-Jan-10 18:56 
GeneralRe: Any one having code to compare two xml files....? Pin
koolprasad200314-Jan-10 20:39
professionalkoolprasad200314-Jan-10 20:39 
GeneralRe: Any one having code to compare two xml files....? Pin
VCsamir14-Jan-10 21:17
VCsamir14-Jan-10 21:17 
GeneralRe: Any one having code to compare two xml files....? Pin
J4amieC14-Jan-10 21:31
J4amieC14-Jan-10 21:31 
GeneralRe: Any one having code to compare two xml files....? Pin
Ashfield14-Jan-10 21:36
Ashfield14-Jan-10 21:36 
AnswerRe: Any one having code to compare two xml files....? Pin
April Fans14-Jan-10 22:16
April Fans14-Jan-10 22:16 
QuestionNewbie struggling with ArgumentException Pin
x3mjeff14-Jan-10 16:55
x3mjeff14-Jan-10 16:55 
AnswerRe: Newbie struggling with ArgumentException Pin
Super Lloyd14-Jan-10 17:01
Super Lloyd14-Jan-10 17:01 
GeneralRe: Newbie struggling with ArgumentException Pin
x3mjeff14-Jan-10 18:15
x3mjeff14-Jan-10 18:15 
AnswerRe: Newbie struggling with ArgumentException Pin
Luc Pattyn14-Jan-10 17:29
sitebuilderLuc Pattyn14-Jan-10 17:29 
AnswerRe: Newbie struggling with ArgumentException Pin
x3mjeff14-Jan-10 18:32
x3mjeff14-Jan-10 18:32 
GeneralRe: Newbie struggling with ArgumentException Pin
Luc Pattyn15-Jan-10 0:43
sitebuilderLuc Pattyn15-Jan-10 0:43 
Questionregex problem [modified] Pin
uglyeyes14-Jan-10 15:35
uglyeyes14-Jan-10 15:35 
AnswerRe: regex problem Pin
uglyeyes14-Jan-10 16:37
uglyeyes14-Jan-10 16:37 

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.