Marak / JSLINQ

Clean and simple port of Microsoft's LINQ to node.js (and the browser)
http://maraksquires.com/JSLINQ/
92 stars 15 forks source link

Create IEnumerable #2

Open Marak opened 14 years ago

Marak commented 14 years ago

the current implementation of iteration is "eager". we want Array.sort() to behave as "lazy".

if we port IEnumerable from C# we might have a great increase in speed for larger data sets

see : http://jsinq.codeplex.com/ for possible code to use (there is a IEnumerable.js file in here,)