Click here to Skip to main content
16,007,163 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: datagridview Pin
Desert Star5-Dec-06 5:39
Desert Star5-Dec-06 5:39 
QuestionWeb Service interface for HTTP POST Pin
Nithin Krishna1-Dec-06 17:25
Nithin Krishna1-Dec-06 17:25 
Questionvs 2005 tool box Pin
haytham_mohammad1-Dec-06 12:50
haytham_mohammad1-Dec-06 12:50 
AnswerRe: vs 2005 tool box Pin
Dave Kreskowiak1-Dec-06 13:09
mveDave Kreskowiak1-Dec-06 13:09 
GeneralRe: vs 2005 tool box Pin
haytham_mohammad2-Dec-06 7:45
haytham_mohammad2-Dec-06 7:45 
GeneralRe: vs 2005 tool box Pin
haytham_mohammad2-Dec-06 11:15
haytham_mohammad2-Dec-06 11:15 
QuestionL1, L2 Cache Pin
kkchh1-Dec-06 5:42
kkchh1-Dec-06 5:42 
AnswerRe: L1, L2 Cache Pin
Dan Neely1-Dec-06 7:15
Dan Neely1-Dec-06 7:15 
AFAIK you can't do it directly, since the processor keeps whatever it used most recently in the cache. What you can do is make the inner loop of your most computationally intensive section of code small enough that it can fit in the cache entirely. You also want to write it so the working set of your data will also fit in the data cache completely.

--
Rules of thumb should not be taken for the whole hand.

GeneralRe: L1, L2 Cache Pin
kkchh1-Dec-06 14:01
kkchh1-Dec-06 14:01 
GeneralRe: L1, L2 Cache Pin
Dave Kreskowiak1-Dec-06 16:38
mveDave Kreskowiak1-Dec-06 16:38 
GeneralRe: L1, L2 Cache Pin
kkchh1-Dec-06 17:38
kkchh1-Dec-06 17:38 
GeneralRe: L1, L2 Cache Pin
Dave Kreskowiak2-Dec-06 7:17
mveDave Kreskowiak2-Dec-06 7:17 
GeneralRe: L1, L2 Cache Pin
kkchh3-Dec-06 6:25
kkchh3-Dec-06 6:25 
QuestionProfilers Pin
Tristan Rhodes1-Dec-06 1:52
Tristan Rhodes1-Dec-06 1:52 
AnswerRe: Profilers Pin
Pete O'Hanlon1-Dec-06 2:56
mvePete O'Hanlon1-Dec-06 2:56 
AnswerRe: Profilers Pin
Dave Kreskowiak1-Dec-06 4:36
mveDave Kreskowiak1-Dec-06 4:36 
GeneralRe: Profilers Pin
Thomas Stockwell2-Dec-06 16:13
professionalThomas Stockwell2-Dec-06 16:13 
GeneralRe: Profilers Pin
Dave Kreskowiak2-Dec-06 17:10
mveDave Kreskowiak2-Dec-06 17:10 
GeneralRe: Profilers Pin
Thomas Stockwell3-Dec-06 3:16
professionalThomas Stockwell3-Dec-06 3:16 
QuestionInterfacecasting Pin
Hendrik Debedts30-Nov-06 22:43
Hendrik Debedts30-Nov-06 22:43 
AnswerRe: Interfacecasting Pin
Guffa30-Nov-06 23:13
Guffa30-Nov-06 23:13 
GeneralRe: Interfacecasting Pin
Hendrik Debedts1-Dec-06 0:15
Hendrik Debedts1-Dec-06 0:15 
AnswerRe: Interfacecasting Pin
Guffa1-Dec-06 1:16
Guffa1-Dec-06 1:16 
GeneralRe: Interfacecasting Pin
Hendrik Debedts1-Dec-06 8:26
Hendrik Debedts1-Dec-06 8:26 
GeneralRe: Interfacecasting Pin
PIEBALDconsult1-Dec-06 9:01
mvePIEBALDconsult1-Dec-06 9:01 

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.