| 12345678910111213141516171819202122 |
- 2008-04-29 Jb Evain <[email protected]>
- * HashSet.cs: clear empty slots to allow the GC to collect
- their values.
- 2007-11-30 Jb Evain <[email protected]>
- * HashSet.cs: corcompare love.
- 2007-11-28 Jb Evain <[email protected]>
- * HashSet.cs: do the ArgumentNullException dance.
- 2007-11-28 Jb Evain <[email protected]>
- * HashSet.cs: start implementation of HashSet<T>, actually
- implemented as a reduction of Dictionary<K, V>. Contains
- basic set operations (that requires optimization though).
- 2007-08-12 Marek Safar <[email protected]>
- * Initial commit
|