RamakrishnaChilaka commented on PR #15165:
URL: https://github.com/apache/lucene/pull/15165#issuecomment-3267445888

   > What do you think of moving to an histogram of the number of bits per 
value in this PR?
   
   Please re-check the PR @jpountz, I have updated PR title and description.
   
   I have pushed the following changes.
   * Use int[32] histogram to track bit width distribution
   * Implement cost-based optimization: (block_size * base_bits) + (exceptions 
* 16)
   * Add early termination when exceptions exceed MAX_EXCEPTIONS.
   * Maintain backward compatibility with existing format.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to