|
|
|
|
|
by ozim
387 days ago
|
|
In the article author writes about linq.js that he is not maintaining anymore but someone forked it. I guess this library will at some point end up unmaintained after author is bored with it. So I would not use it in any of my production code of a web app unless I get some problem I need to fix with this library specifically. Replacing all just because “it is faster” doesn’t seem good enough. |
|
I have been using .NET (and LINQ) for many years on a daily basis, and I've yet to run into performance problems that can't be fixed by either rewriting the LINQ statement or do some other quick workarounds.
But will I try out ZLinq? Sure, but I won't create anything that depends on it.