Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: Optimize some functions to rewrite dictionary-encoded strings #504

Closed
andygrove opened this issue Jun 3, 2024 · 1 comment · Fixed by #627
Closed

perf: Optimize some functions to rewrite dictionary-encoded strings #504

andygrove opened this issue Jun 3, 2024 · 1 comment · Fixed by #627
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

What is the problem the feature request solves?

We have some functions that unpack dictionary-encoded strings and then perform a transformation on the unpacked array, but it would be better to transform the dictionary instead. We should optimize these functions to do that.

The functions include:

  • hex
  • cast string to other types

There may be others.

Describe the potential solution

No response

Additional context

No response

@andygrove andygrove added the enhancement New feature or request label Jun 3, 2024
@vaibhawvipul
Copy link
Contributor

I would like to take this up, if no one else is working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants