Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When should I use Compiled LINQ vs Normal LINQ

I just read up on a performance of LINQ, and there is a HUGE amount to be gained by using Compiled LINQ.

Now, why won't I always use compiled LINQ?

like image 293
Vaibhav Avatar asked Oct 14 '22 19:10

Vaibhav


1 Answers

Short answer: when it's only going to happen once in a long time.

Long Answer.

like image 100
Patrick Avatar answered Oct 18 '22 14:10

Patrick