Skip to content

Commit

Permalink
first stab at readme
Browse files Browse the repository at this point in the history
  • Loading branch information
staxmanade committed Feb 14, 2011
1 parent 34585ab commit cb8adfa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 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)

0 comments on commit cb8adfa

Please sign in to comment.