Skip to content

Faster take for runend array#8228

Draft
robert3005 wants to merge 2 commits into
developfrom
rk/runendtake
Draft

Faster take for runend array#8228
robert3005 wants to merge 2 commits into
developfrom
rk/runendtake

Conversation

@robert3005
Copy link
Copy Markdown
Contributor

Maybe this is faster?

Signed-off-by: Robert Kruszewski <github@robertk.io>
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Jun 2, 2026

Merging this PR will degrade performance by 10.6%

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

❌ 1 regressed benchmark
✅ 1274 untouched benchmarks

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation bitwise_not_vortex_buffer_mut[128] 246.1 ns 275.3 ns -10.6%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing rk/runendtake (8fee316) with develop (667e1d7)

Open in CodSpeed

@robert3005 robert3005 added the changelog/performance A performance improvement label Jun 3, 2026
Signed-off-by: Robert Kruszewski <github@robertk.io>
.map(|idx| {
.enumerate()
.map(|(idx_pos, idx)| {
if !indices_mask.value(idx_pos) {
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.

that looks very slow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/performance A performance improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants