You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed public API to use IEnumerable and yield return/yield break so that users do not have to load entire database query results to find matches. This should improve performance of matching.
Fixes#19
<PackageReleaseNotes>Rule loading is ~twice as fast as previous version now thanks to prepared statements.</PackageReleaseNotes>
17
-
<AssemblyVersion>1.5.1.0</AssemblyVersion>
16
+
<PackageReleaseNotes>Changed public API to use IEnumerable and yield return/yield break so that users do not have to load entire database query results to find matches. This should improve performance of matching.</PackageReleaseNotes>
0 commit comments