You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/05/12 14:15:42 UTC

[GitHub] [lucene] jpountz commented on pull request #886: LUCENE-10560: Reduce the number of bytes compared while constructing an OrdinalMap.

jpountz commented on PR #886:
URL: https://github.com/apache/lucene/pull/886#issuecomment-1125050627

   I tried to run this against a dataset of random byte[16] that all share the same 12-bytes prefix, to simulate the case of IPv6-mapped IPv4 addresses, but unfortunately, this did not speed up the construction of global ordinals even though I'm seeing that it often detects 13-bytes prefixes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org