I'm running an application which is parsing 100000 expressions ready to be evaluated at runtime.
The parsing of the expression using parseasdelegate takes forever.
Do you know any limitations of optimization to be made in order to speed up this process?
Thanks
I'm running an application which is parsing 100000 expressions ready to be evaluated at runtime.
The parsing of the expression using parseasdelegate takes forever.
Do you know any limitations of optimization to be made in order to speed up this process?
Thanks