Click here to Skip to main content
15,929,653 members
Home / Discussions / C#
   

C#

 
GeneralRe: Continued Values Collection/List/Dictionary Pin
Eddy Vluggen19-Dec-09 9:41
professionalEddy Vluggen19-Dec-09 9:41 
GeneralRe: Continued Values Collection/List/Dictionary Pin
Som Shekhar19-Dec-09 20:16
Som Shekhar19-Dec-09 20:16 
GeneralRe: Continued Values Collection/List/Dictionary Pin
Eddy Vluggen20-Dec-09 5:54
professionalEddy Vluggen20-Dec-09 5:54 
GeneralRe: Continued Values Collection/List/Dictionary Pin
Som Shekhar20-Dec-09 18:22
Som Shekhar20-Dec-09 18:22 
AnswerRe: Continued Values Collection/List/Dictionary [modified] Pin
Gideon Engelberth16-Dec-09 15:05
Gideon Engelberth16-Dec-09 15:05 
GeneralRe: Continued Values Collection/List/Dictionary Pin
Som Shekhar16-Dec-09 19:15
Som Shekhar16-Dec-09 19:15 
GeneralRe: Continued Values Collection/List/Dictionary Pin
Gideon Engelberth17-Dec-09 3:31
Gideon Engelberth17-Dec-09 3:31 
GeneralRe: Continued Values Collection/List/Dictionary Pin
Som Shekhar17-Dec-09 3:42
Som Shekhar17-Dec-09 3:42 
Gideon Engelberth wrote:
Like Eddy said, for your situation, you will have to loop somewhere.


Yes. I am already doing that. That is how it being done currently even in the class. options are obvious that either at the insert or at the lookup time, looping is inevitable.

The point it that I want to achieve performance boost by some better technique instead of obvious looping.

hashtables improve the efficiency of dictionary. and similarly datatable uses indexing techniques. A datatable like structure could be created by using a simple dictionary also.

Since I have a basic functionality need, I only wonder if there could be very basic. Less the number of lines, faster the code. I am already working on reducing lines further by creating internal classes. Done most of it already.

I will try and refine that and may be post here later. I owe a lot to CP already.

Seems like there is nothing to save me here right now. In any case, thanks a lot guys.
AnswerRe: Continued Values Collection/List/Dictionary [modified] Pin
BillWoodruff16-Dec-09 16:55
professionalBillWoodruff16-Dec-09 16:55 
GeneralRe: Continued Values Collection/List/Dictionary Pin
Som Shekhar16-Dec-09 19:17
Som Shekhar16-Dec-09 19:17 
GeneralRe: Continued Values Collection/List/Dictionary Pin
Som Shekhar16-Dec-09 19:19
Som Shekhar16-Dec-09 19:19 
GeneralRe: Continued Values Collection/List/Dictionary Pin
BillWoodruff16-Dec-09 19:41
professionalBillWoodruff16-Dec-09 19:41 
GeneralRe: Continued Values Collection/List/Dictionary Pin
Som Shekhar18-Dec-09 19:02
Som Shekhar18-Dec-09 19:02 
Questionproblem with the tcp connetion. Pin
prasadbuddhika16-Dec-09 6:24
prasadbuddhika16-Dec-09 6:24 
AnswerRe: problem with the tcp connetion. Pin
Paulo Zemek16-Dec-09 9:11
Paulo Zemek16-Dec-09 9:11 
QuestionSetup and Deployment Issue! Pin
Sr...Frank16-Dec-09 3:46
Sr...Frank16-Dec-09 3:46 
AnswerRe: Setup and Deployment Issue! Pin
Keith Barrow16-Dec-09 4:43
professionalKeith Barrow16-Dec-09 4:43 
AnswerRe: Setup and Deployment Issue! Pin
Seishin#16-Dec-09 4:46
Seishin#16-Dec-09 4:46 
GeneralRe: Setup and Deployment Issue! Pin
Sr...Frank16-Dec-09 8:49
Sr...Frank16-Dec-09 8:49 
GeneralRe: Setup and Deployment Issue! Pin
Keith Barrow16-Dec-09 9:10
professionalKeith Barrow16-Dec-09 9:10 
GeneralRe: Setup and Deployment Issue! Pin
Sr...Frank16-Dec-09 9:16
Sr...Frank16-Dec-09 9:16 
GeneralRe: Setup and Deployment Issue! Pin
Seishin#16-Dec-09 9:31
Seishin#16-Dec-09 9:31 
GeneralRe: Setup and Deployment Issue! Pin
Sr...Frank16-Dec-09 9:50
Sr...Frank16-Dec-09 9:50 
QuestionMoving from validation function to validation read only Property Pin
abcurl16-Dec-09 3:45
abcurl16-Dec-09 3:45 
AnswerRe: Moving from validation function to validation read only Property Pin
Richard MacCutchan16-Dec-09 7:33
mveRichard MacCutchan16-Dec-09 7:33 

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.