diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..25bddfe --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +i40 - Index for objects +======================= + +i4o (index for objects) is the first class library that extends LINQ to allow you to put indexes on your objects. Using i4o, the speed of LINQ operations are often over one thousand times faster than without i4o. + +### Project Links + +* [Project Home](http://i4o.codeplex.com) http://i4o.codeplex.com (bugs/resources/etc) +* [Source Code](https://github.com/ericksoa/i4o) https://github.com/ericksoa/i4o + + +### How to Build + +You should be able to run either the build.Debug.bat or build.Release.bat. These will both run msbuild on the project and then run the Silverlight tests using [StatLight](http://statlight.codeplex.com) and the full framework tests with [NUnit](http://nunit.org)