js-linq icon indicating copy to clipboard operation
js-linq copied to clipboard

[WIP] ES6 lazy rewrite

Open battousai999 opened this issue 6 years ago • 2 comments

This is a rewrite of the library using ES6. This should allow the Linq operators in the library to finally be lazily executed (just as the .NET Linq to Objects are).

battousai999 avatar Jan 12 '18 23:01 battousai999

Is this still a work in progress?

david-pfx avatar Nov 16 '18 03:11 david-pfx

@david-pfx Yeah, while the code changes are finished, I am still working through demonstrating (to myself) that I can get it running in a node.js application. I'll probably also perform some performance comparisons between the version in this branch and the version in master before calling it done.

battousai999 avatar Nov 16 '18 19:11 battousai999