I know that cassandra merges sstables, row-keys,remove tombstone and all. But i am really interested to know how it performs compaction ?
I\'m trying to write a stream compaction (take an array and get rid of empty elements) with SIMD intrinsics. Each iteration of the loop processes 8 elements at a time (SIMD width).
I have a pair of arrays of equal size, I will call them开发者_JAVA技巧 keys and values. For example: