摘要:
代码放在https://gist.github.com/921076 上了,看不到的请留言。第一个心得,是我看某本书提到,IList用起来要比ArrayList快。这里面用到了我上一篇博客提到的高精度计时器(在这里能看到代码 http://sunxiunan.com/?p=1829 )在开始定义了两个类。//--------------------- // public class List : IList, ICollection, IEnumerable, IList, ICollection, IEnumerable class CFromList : List{} // public 阅读全文
posted @ 2011-04-15 23:55
林志玲
阅读(3524)
评论(18)
推荐(2)