JSLINQ icon indicating copy to clipboard operation
JSLINQ copied to clipboard

Create IEnumerable

Open Marak opened this issue 15 years ago • 0 comments

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,)

Marak avatar May 05 '10 15:05 Marak