richardstartin commented on issue #6764: Consider using RoaringBitmapWriter for bitmap construction URL: https://github.com/apache/incubator-druid/pull/6764#issuecomment-450806938 @clintropolis the change optimises *ordered* insertion, because it avoids binary search on the high 16 bits of the bitmap. The change is useless for unordered insertions.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
