Please click this logo to help me get on their beta program:

Xobni outlook add-in for your inbox








25/2/2005

MSDN TV on Power Collections

Filed under: Programming, .NET — Oliver Sturm @ 8:53 pm - 3 years, 9 months ago

Peter Golde has published a note on his blog about the new MSDN TV video on Power Collections.

In the interview, Peter talks about the genesis of the project and various design decisions and he gives an overview of the library structure and the differences between the various collection classes. The whole project is kind of a collaboration between Peter, people at Microsoft who’ve helped launch the whole thing and a community built around Peter’s blog and the PowerCollections forum.

One thing that Peter specifically talks about is the BigList class (see also this post). This is a class with a similar interface to the standard List class, but it’s optimised to work efficiently with large lists, especially for operations like insertions, deletions, copies and concatenations. Peter explains the inner workings of the BigList in detail in the video.

Personally, I’ve been using PowerCollections for a while and I think it’s certainly to be recommended as a well thought through collection library. I’ve also had my problems with parts of the design, but nothing insoluble… plus, PowerCollections is not yet final so some problems have to be expected.

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>


Powered by WordPress
© Copyright 2005-2008 Oliver Sturm