issues
search
yv989c
/
BlazarTech.QueryableValues
This library allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server database provider.
Other
91
stars
6
forks
source link
Refactoring, perf, and more
#12
Closed
yv989c
closed
2 years ago
yv989c
commented
2 years ago
Replaces the use of static classes with interfaces via DI.
Reimplements the Xml serializer for most simple types for speed and a dramatic reduction in memory allocations.
Fixes minor build problems.
Uses ObjectPool and ArrayPool to reduce pressure on the GC.
The
SELECT TOP(n)
optimization can be turned off via an options parameter at configuration time.
Avoids the logging of redundant warnings when initialized.
Adds test for the
UseSelectTopOptimization
option.
Docs reorg and edits.
SELECT TOP(n)
optimization can be turned off via an options parameter at configuration time.UseSelectTopOptimization
option.