This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from c73ffd1 PERFORMANCE: SWEEP: Replaced Substring method where
appropriate with the overloads of number class Parse/TryParse that accept
startIndex and length
new 0e4795f Lucene.Net.Analysis.Phonetic, Lucene.Net.TestFramework:
Reduced dependency on Lucene.Net.Support.CollectionExtensions by calling
ExceptWith instead of CollectionExtensions.RemoveAll()
new 0d9abf6 Lucene.Net.Support.CollectionExtensions: Made more efficient
RemoveAll() method and added RetainAll() for use in rare circumstances when we
want to do set actions on ICollection<T>
new a147f67 Lucene.Net.Benchmark: Use RetainAll() for better efficiency
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Language/Bm/PhoneticEngine.cs | 10 +--
.../ByTask/Tasks/SearchTravRetHighlightTask.cs | 9 +--
.../Tasks/SearchTravRetVectorHighlightTask.cs | 9 +--
.../Store/MockDirectoryWrapper.cs | 2 +-
src/Lucene.Net/Support/CollectionExtensions.cs | 84 +++++++++++++++++++---
5 files changed, 84 insertions(+), 30 deletions(-)