Would you recommend using “The C5 Generic Collection Library for C# and CLI” based on your experience with it?

后端 未结 3 1438
醉梦人生
醉梦人生 2021-01-31 19:31

This free collection library comes from IT University of Copenhagen.

http://www.itu.dk/research/c5/

There is a video with one of the authors on Channel 9. I am t

3条回答
  •  攒了一身酷
    2021-01-31 19:51

    I've used it in the past and there are a couple of notes I must make:

    1. The library is very good, very fast and very useful. It has lots of very nice data structures, some of which I did not know before starting to use this library.
    2. It's Open-Source! This is a huge benefit.
    3. Sometimes you don't have exactly what you want. As far as my experience showed, the library's authors decided to go with a very fault-intolerant attitude, throwing exceptions about everything. This caused me to add a few fault-tolerant methods.

    All in all, a very nice library with some advanced data structures. Unfortunately, support for it is very lacking, as you can see from the fact that new releases (bugfixes, et al) range somewhere from 6 months to a year.

    Note: Starting with Mono 2.0, C5 is bundled as a 3rd party API, which I believe to be a wonderful show of faith in the product from the Mono team.

提交回复
热议问题