本文介绍了您会建议使用“C通用集合库C#和CLI”根据你的经验吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这个免费的图书馆来自哥本哈根的IT大学。

This free collection library comes from IT University of Copenhagen.

与频道上的作者之一有一段视频我试图学习如何使用这些集合,我想知道是否有任何人有更多的经验或什么是你的想法在这个特定的.NET集合库。

There is a video with one of the authors on Channel 9. I am trying to learn how to use these collections and I was wondering whether anyone has more experiences or what are your thoughts on this specific collection library for .NET. Do you like the way they are designed, do you like their performance and what were your major problems with them ?

推荐答案

我喜欢他们的设计方式,你喜欢他们的表现和你的主要问题吗? ve在过去使用它,并且有一些我必须做的注释:

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


  1. 库非常好,非常快速和非常有用。它有很多非常好的数据结构,其中一些在开始使用这个库之前我不知道。

  2. 它是开源的!这是一个巨大的好处。

  3. 有时你没有你想要的。据我的经验显示,图书馆的作者决定采用一种非常不合格的态度,抛弃一切的例外。这导致我添加了一些容错方法。

总而言之,一个非常好的库和一些高级数据结构。不幸的是,它的支持是非常缺乏,正如你可以从新版本(bugfixes等)的范围从6个月到一年的事实。

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.

注意:从Mono 2.0开始,C5是,我相信这是对Mono团队产品的信仰的精彩表演。

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.

这篇关于您会建议使用“C通用集合库C#和CLI”根据你的经验吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 15:40