Skip to content

Improve ImmutableConciseSet.contains performance #8

Description

@drcrallen

#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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions