Skip to content

Add benchmark for casting to RunEndEncoded (REE) - #8710

Merged
alamb merged 3 commits into
apache:mainfrom
vegarsti:cast-ree-bench
Oct 27, 2025
Merged

Add benchmark for casting to RunEndEncoded (REE)#8710
alamb merged 3 commits into
apache:mainfrom
vegarsti:cast-ree-bench

Conversation

@vegarsti

@vegarsti vegarsti commented Oct 26, 2025

Copy link
Copy Markdown
Contributor

Closes #8709.

Adds bench cast_ree which can be run with cargo bench --bench cast_ree.

@github-actions github-actions Bot added the arrow Changes to the arrow crate label Oct 26, 2025
@vegarsti
vegarsti marked this pull request as ready for review October 26, 2025 12:33

@alamb alamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @vegarsti -- this is great

I pushed a commit to this branch that moves the kernels to the existing cast_kernels benchmark instead of making a new binary and adjusts the batch size to 8192, a common size in downstream crates

@vegarsti

Copy link
Copy Markdown
Contributor Author

Perfect, thank you!

@alamb
alamb merged commit 62df32e into apache:main Oct 27, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add benchmark for RunEndEncoded casting

2 participants