jpountz opened a new pull request #327: URL: https://github.com/apache/lucene/pull/327
There was a regression introduced in https://github.com/apache/lucene/pull/107/files#diff-49b11ced76acedf749c5a5a0ff6e7fe93b8fb64caf8697e487a56f4f7adbb510 where we moved from write logic that was optimized for every number of bits per value to more general logic that had to work for every number of bits per value. This PR doesn't restore as much specialization, but some middle ground that makes flushes and merges of doc values noticeably faster (though not much faster). -- 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-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org