Skip to content

Improve ImmutableConciseSet.contains performance #8

@drcrallen

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

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