You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/02/18 16:11:40 UTC

[GitHub] [pinot] richardstartin commented on pull request #5511: WIP: Support LITTLE ENDIAN indexes

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: commits-unsubscribe@pinot.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org