Replies: 1 comment
-
Jint doesn't use LINQ expressions in JS interpretation so I'd guess there would be no difference. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed this library which claims to be a drop-in replacement for System.Linq.Expressions. It claims it increases expression.Compile() 10x to 40x.
I was wondering what impact Expression performance has on jint Engine and whether replacing it with the faster library would make a noticeable improvement?
Beta Was this translation helpful? Give feedback.
All reactions