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

C#

 
GeneralRe: Regrding Listbox Pin
Rmesh4-Dec-06 16:43
Rmesh4-Dec-06 16:43 
GeneralRe: Regrding Listbox Pin
Stathread4-Dec-06 17:00
Stathread4-Dec-06 17:00 
GeneralRe: Regrding Listbox Pin
Rmesh4-Dec-06 23:20
Rmesh4-Dec-06 23:20 
QuestionGC-Like Slowdown Pin
Andrew Shapira4-Dec-06 15:09
Andrew Shapira4-Dec-06 15:09 
AnswerRe: GC-Like Slowdown Pin
leppie4-Dec-06 22:18
leppie4-Dec-06 22:18 
GeneralRe: GC-Like Slowdown Pin
Andrew Shapira4-Dec-06 22:34
Andrew Shapira4-Dec-06 22:34 
AnswerRe: GC-Like Slowdown Pin
Pierre Leclercq5-Dec-06 2:48
Pierre Leclercq5-Dec-06 2:48 
GeneralRe: GC-Like Slowdown Pin
Andrew Shapira5-Dec-06 9:53
Andrew Shapira5-Dec-06 9:53 
The class does small to medium size allocations, generally 32-1000 bytes at a time. The class implementation does a bit of custom memory management in the sense that it maintains a pool of objects for one type of commonly used object.

The class runs completely in managed code and I am not willing to change that - this is a general-purpose library-style implementation of a data structure (with essentially the same interface as ystems.Collection.Generic.Dictionary) that is intended for use within managed or unmanaged programs. The test framework does use the WIN32 API to do timing measurements. That is the only part of the test framework that runs in unmanaged code.

The amount of time used during these slowdowns is on the order of .02 seconds. Sorry for not mentioning this explicitly in the original post. This amount of time seems orders of magnitude too large to be accounted for by page faults. What do you think?
GeneralRe: GC-Like Slowdown Pin
Pierre Leclercq5-Dec-06 10:55
Pierre Leclercq5-Dec-06 10:55 
GeneralRe: GC-Like Slowdown [modified] Pin
Andrew Shapira5-Dec-06 11:18
Andrew Shapira5-Dec-06 11:18 
Questionquestion about creating subdomain name Pin
abstar4-Dec-06 11:54
abstar4-Dec-06 11:54 
AnswerRe: question about creating subdomain name Pin
leppie4-Dec-06 22:19
leppie4-Dec-06 22:19 
Questionuploading file Pin
netJP12L4-Dec-06 11:37
netJP12L4-Dec-06 11:37 
AnswerRe: uploading file Pin
Christian Graus4-Dec-06 11:44
protectorChristian Graus4-Dec-06 11:44 
GeneralRe: uploading file Pin
netJP12L4-Dec-06 12:01
netJP12L4-Dec-06 12:01 
GeneralRe: uploading file Pin
Christian Graus4-Dec-06 12:06
protectorChristian Graus4-Dec-06 12:06 
Questionsorting an ArrayList with different attributes Pin
Mostafa Siraj4-Dec-06 10:48
Mostafa Siraj4-Dec-06 10:48 
AnswerRe: sorting an ArrayList with different attributes Pin
Christian Graus4-Dec-06 11:09
protectorChristian Graus4-Dec-06 11:09 
GeneralRe: sorting an ArrayList with different attributes Pin
Mostafa Siraj4-Dec-06 11:19
Mostafa Siraj4-Dec-06 11:19 
GeneralRe: sorting an ArrayList with different attributes Pin
led mike4-Dec-06 11:24
led mike4-Dec-06 11:24 
GeneralRe: sorting an ArrayList with different attributes Pin
Mostafa Siraj4-Dec-06 11:27
Mostafa Siraj4-Dec-06 11:27 
GeneralRe: sorting an ArrayList with different attributes Pin
Christian Graus4-Dec-06 11:29
protectorChristian Graus4-Dec-06 11:29 
GeneralRe: sorting an ArrayList with different attributes Pin
Mostafa Siraj4-Dec-06 11:32
Mostafa Siraj4-Dec-06 11:32 
GeneralRe: sorting an ArrayList with different attributes Pin
Christian Graus4-Dec-06 11:42
protectorChristian Graus4-Dec-06 11:42 
GeneralRe: sorting an ArrayList with different attributes Pin
sanjaybs20014-Dec-06 21:06
sanjaybs20014-Dec-06 21:06 

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.