Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make your C# applications faster with LINQ joins #193

Closed
utterances-bot opened this issue May 15, 2023 · 1 comment
Closed

Make your C# applications faster with LINQ joins #193

utterances-bot opened this issue May 15, 2023 · 1 comment

Comments

@utterances-bot
Copy link

Make your C# applications faster with LINQ joins - Tim Deschryver

If you don't watch out your C# application might suddenly perform badly. As a solution, we can limit the number of operations with a LINQ Join.

https://timdeschryver.dev/blog/make-your-csharp-applications-faster-with-linq-joins

Copy link

Would love to see the 0(1) algorithm. Is it as simple as converting to a dictionary first? (Will a Linq join against a dictionary instead of a list be 0(1)?)

Repository owner locked and limited conversation to collaborators Jul 24, 2023
@timdeschryver timdeschryver converted this issue into discussion #244 Jul 24, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

3 participants