-
Notifications
You must be signed in to change notification settings - Fork 875
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
DecimalArray Benchmarks #2388
Labels
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
Comments
There are some benchmarks in #2360 -- see #2360 (comment) from @liukun4515 |
we have many cases using the decimal data type, the benchmark and improvement for decimal are important for us. |
writer benchmark for decimal
|
This was referenced Aug 12, 2022
🎉 |
Closing as we have fairly good benchmark coverage now, and decimal array is now a primitive array yielding additional coverage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We lack any benchmark coverage of
DecimalArray
andDecimalBuilder
Describe the solution you'd like
Some basic benchmarks of constructing, iterating and filtering decimal arrays
Describe alternatives you've considered
Additional context
Perhaps @liukun4515 you might want to pick this up in advance of making any changes?
The text was updated successfully, but these errors were encountered: