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 11f1106 Directory.Build.Targets: Added
FEATURE_DICTIONARY_REMOVE_CONTINUEENUMERATION so we can support this feature in
.NET 5.x + when we add a target.
new 1fa9312 PERFORMANCE: Lucene.Net.Search.Suggest.Fst.FSTCompletion: Use
Stack<T> rather than List<T>.Reverse(). Also, removed unnecessary lock in
CheckExistingAndReorder(), as it is only used in a single thread at a time.
new ec65e26 PERFORMANCE: Lucene.Net.Search.Suggest.SortedInputEnumerator:
Removed unnecessary call to Reverse() and allocation of HashSet<T> that had
been added due to the fact our testing methodology didn't respect set equality
(that is, it relied on the order of the collection).
The 2 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:
src/Lucene.Net.Suggest/Suggest/Fst/FSTCompletion.cs | 20 +++++++-------------
.../Suggest/SortedInputIterator.cs | 14 ++++----------
.../Suggest/DocumentValueSourceDictionaryTest.cs | 6 ++++++
3 files changed, 17 insertions(+), 23 deletions(-)