blah blah blah is here! blah blah » Close

1
votes
1 answers

Double LinkedList trouble, object won't copy by value! Help.

Hello, I read an article on double linked lists on your previous site: http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=176 I implemented my version of the LinkedList. Even though C# has an excellent LinkedList class, ...

1
votes
1 answers

performance question

muster
1571

Hey all, lets say i have a set of items for example 10 items, these items are changed frequently "added or removed and can exceed 10". Beside the add and remove the items are read frequently as well for example after 4-5 read thro ...

Feedback