Trying to implement intersect for OffHeapBitOffset

2014-09-19 Thread Ghosh, Mainak
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.

Pointers on writing your own Compaction Strategy

2014-09-04 Thread Ghosh, Mainak
Hello, I am planning to write a new compaction strategy and I was hoping if anyone can point me to the relevant functions and how they are related in the call hierarchy. Thanks for the help. Regards, Mainak.