Skip to content
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

Small perf optimization #332

Merged
merged 1 commit into from Oct 1, 2019
Merged

Small perf optimization #332

merged 1 commit into from Oct 1, 2019

Conversation

jodydonetti
Copy link
Contributor

Initializing the "entity" variable to null make it possible to do the entity name lookup only if it is required

Initializing the "entity" variable to null make it possible to do the entity name lookup only if it is required
@JonathanMagnan JonathanMagnan self-assigned this Sep 20, 2019
@JonathanMagnan
Copy link
Member

Hello @njy ,

Thank you for the pull.

We will review it a second time but at first sight, everything seems perfect.

Best Regards,

Jonathan


Performance Libraries
context.BulkInsert(list, options => options.BatchSize = 1000);
Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval FunctionSQL Eval Function

@JonathanMagnan JonathanMagnan merged commit 227b51f into zzzprojects:master Oct 1, 2019
@JonathanMagnan
Copy link
Member

Hello @njy ,

Thank you for your pull request, we merged it in the latest version.

Best Regards,

Jonathan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants