richardstartin commented on pull request #5511:
URL: https://github.com/apache/pinot/pull/5511#issuecomment-1044769322


   Shall we resurrect this? It's important because RoaringBitmap indexes are 
little endian (because of x86) which leads to pollution. It's not so much the 
byte swapping that's the problem - that has been well optimised because it's 
such a common problem - but mixing and matching endianness the way we do makes 
it branchy and harder to optimise.


-- 
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