#6 introduced ImmutableConciseSet.contains
Unfortunately, the method used is sub-optimal, as doing a ImmutableConciseSet.intersection is faster than the existing contains (see metamx/bytebuffer-collections#32 (comment) for related conversation)
This ask is to optimize ImmutableConciseSet.contains to match or exceed the performance of ImmutableConciseSet.intersection
#6 introduced
ImmutableConciseSet.containsUnfortunately, the method used is sub-optimal, as doing a
ImmutableConciseSet.intersectionis faster than the existingcontains(see metamx/bytebuffer-collections#32 (comment) for related conversation)This ask is to optimize
ImmutableConciseSet.containsto match or exceed the performance ofImmutableConciseSet.intersection