damienbod / AspNetCoreLocalization

Localization.SqlLocalizer & ASP.NET Core MVC Localization Examples
http://damienbod.com/2015/10/21/asp-net-5-mvc-6-localization/
MIT License
251 stars 101 forks source link

Fixed a performance issue for update/add that occurs due some gymnast… #70

Closed vitalragaz closed 4 years ago

vitalragaz commented 4 years ago

…ics within the DetachAllEntities method

I caught this because in a test app of mine, cycling through 1000 items and marking as Detached took approx 6000ms with the existing code. About 15ms with the new :)

Would be glad if you could deploy a new nuget package with the fix :)

According to: https://stackoverflow.com/a/33901817/3313177

damienbod commented 4 years ago

Will make a nuget this week, thanks for this