Skip to content

Optimize InList implementation with native types rather than ScalarValue #2165

@alamb

Description

@alamb

The basic idea is that instead of using ScalarValue which has runtime dispatch overhead, we could use native rust types, like HashSet<u32>, etc. I think that could be a couple times faster.

Originally posted by @Dandandan in #2156 (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