You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by "Ghosh, Mainak" <mg...@illinois.edu> on 2014/09/20 01:22:03 UTC

Trying to implement intersect for OffHeapBitOffset

Hello,

I was trying to implement the intersect, union and cardinality functions for OffHeapBitOffset. One way would be to convert the byte array into a long and then use the pop_* functions in BitUtil. Is there any other way?

Thanks and Regards,
Mainak.