GitHub user cbuescher opened a pull request:
https://github.com/apache/lucene-solr/pull/510
LUCENE-8573: Use FutureArrays#mismatch in BKDWriter
As LUCENE-8573 describes, BKDWriter uses loops in many places to find the
first mismatching byte between multiple arrays. This change replaces that with
FutureArrays#mismatch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cbuescher/lucene-solr fix-8573
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/510.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #510
----
commit 827c176611cac8bfab4996188e6c4bdba66a58c2
Author: Christoph Büscher <cbuescher@...>
Date: 2018-11-27T16:41:58Z
LUCENE-8573: Use FutureArrays#mismatch in BKDWriter
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]