摘要:
先上代码,以1千万记录的内存查找测试: List<Student> stuList = new List<Student>(); Dictionary<int, Student> dictStu = new Dictionary<int, Student>(); Student student = 阅读全文
posted @ 2016-07-03 11:08 漂泊雪狼 阅读(1260) 评论(0) 推荐(0)
|
||
|
摘要:
先上代码,以1千万记录的内存查找测试: List<Student> stuList = new List<Student>(); Dictionary<int, Student> dictStu = new Dictionary<int, Student>(); Student student = 阅读全文
posted @ 2016-07-03 11:08 漂泊雪狼 阅读(1260) 评论(0) 推荐(0) |
||