Granville Barnett

Browse by Tags

All Tags » DSA » .NET » CLR (RSS)
Profiling some data structures
I don't know why but I randomly decided to see how well my SinglyLinkedListCollection<T> fared against the LinkedList<T> collection in System.Collections.Generic. First off, my implementation supports pretty much everything that the MS LinkedList<T>...
More Posts