Skip to content

perf(codegen): faster string ops POC#20391

Closed
overlookmotel wants to merge 1 commit intoom/03-14-perf_codegen_remove_bounds_checks_pocfrom
om/03-15-perf_codegen_faster_string_ops_poc
Closed

perf(codegen): faster string ops POC#20391
overlookmotel wants to merge 1 commit intoom/03-14-perf_codegen_remove_bounds_checks_pocfrom
om/03-15-perf_codegen_faster_string_ops_poc

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Mar 15, 2026

POC only. Contains unsound code. Experiment into reading strings out of bounds for faster operations. Other stuff will break, but it's only codegen benchmark I'm interested in.

Copy link
Member Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent changes, fast-track this PR to the front of the merge queue

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added A-codegen Area - Code Generation C-performance Category - Solution not expected to change functional behavior, only performance labels Mar 15, 2026
@codspeed-hq
Copy link

codspeed-hq bot commented Mar 15, 2026

Merging this PR will not alter performance

✅ 29 untouched benchmarks
⏩ 27 skipped benchmarks1


Comparing om/03-15-perf_codegen_faster_string_ops_poc (1948c2b) with om/03-14-perf_codegen_remove_bounds_checks_poc (cd9a424)

Open in CodSpeed

Footnotes

  1. 27 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@overlookmotel overlookmotel deleted the om/03-15-perf_codegen_faster_string_ops_poc branch March 15, 2026 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-codegen Area - Code Generation C-performance Category - Solution not expected to change functional behavior, only performance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant