File | Date | Author | Commit |
---|---|---|---|
src | 2014-06-27 |
![]() |
[52b30e] add more test for json parser |
.gitattributes | 2014-05-25 |
![]() |
[c287a8] add perf test |
.gitignore | 2014-04-11 |
![]() |
[b2cd36] modify git ignore |
LICENSE | 2014-03-26 |
![]() |
[c54510] add license information |
README.md | 2014-03-31 |
![]() |
[e74ad2] Create README.md |
.net implementation of apache commons collections, pooling and chains.
The commons collections includes a wide range of data structures, like bag, set, map, deque, multimap, etc, which are not supported in the .net framework so far.
There includes a .net implementation for left leaning red black tree, which is used as the inner data structure of a tree set and tree map. The implementation of other map like data structure, like indexed collection, are all based on this structure.