Menu

Tree [52b30e] master /
 History

HTTPS access


File Date Author Commit
 src 2014-06-27 AlanYang AlanYang [52b30e] add more test for json parser
 .gitattributes 2014-05-25 Gujun Yang Gujun Yang [c287a8] add perf test
 .gitignore 2014-04-11 Gujun Yang Gujun Yang [b2cd36] modify git ignore
 LICENSE 2014-03-26 Gujun Yang Gujun Yang [c54510] add license information
 README.md 2014-03-31 yanggujun yanggujun [e74ad2] Create README.md

Read Me

commonsfornet

.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.