arogozine / LinqToTypeScript

LINQ to TypeScript
https://arogozine.github.io/linqtotypescript/
MIT License
139 stars 18 forks source link

Performance comparison/measurements #23

Closed exactamente closed 2 weeks ago

exactamente commented 2 years ago

Hi guys, First of all, many thanks for this library! I consider C# my 'native' programming language and was happy to discover your library. JS/TS lacks a lot of built-in capabilities, and libraries as yours help it to thrive.

However, I was wondering, do you have any perf tests to estimate influence of the library on the app performance?

Thanks again!

exactamente commented 2 years ago

UPD: wow, just checked, not 'guys', but @arogozine is soloing. Great job, man :)

arogozine commented 2 years ago

Haven't done benchmarks, plus as this library uses lazy evaluation (using yield), I'm not sure if there is a competitor to bench against.

I do accept PRs for performance and bug fixes though.