Skip to content

Optimize approx_distinct() for strings #21035

@neilconway

Description

@neilconway

Is your feature request related to a problem or challenge?

approx_distinct is approximately 25 times slower for strings than for integers on my machine, which is a bit surprising. Seems like we're doing some unnecessary copying that can be easily avoided.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions