uschindler commented on PR #12417: URL: https://github.com/apache/lucene/pull/12417#issuecomment-1622176898
> Vectorized code is automatically generated, but I think we can manually write code for special bitPerValue (1, 2, 4, 8, 16) in the future to reduce code size. Of course, we can also handle the vector versions of 256 and 512 bits specially. Yes, theres still room to autogenerate more code. I'd also like to reduce the blind with those ever a d ever repeated long variable names. We can chain all call, I think. But that has time till cleanup phase. I am good at rewriting code to look more compact without even understanding it. 😜 -- 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]
