Skip to content

perf: avoid boxing numeric array reads in arithmetic - #398

Merged
ctate merged 1 commit into
mainfrom
codex/numeric-array-reads
Sep 24, 2026
Merged

ctate merged 1 commit into
mainfrom
codex/numeric-array-reads

Conversation

@ctate

@ctate ctate commented Sep 24, 2026

Copy link
Copy Markdown
Collaborator

Avoid allocating temporary number wrappers when ordinary numeric-array reads are used immediately in arithmetic. Both C and LLVM now return the stored number or NaN directly, preserving bounds checks, missing-value behavior, and evaluation order.

@vercel

vercel Bot commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
scriptc Ready Ready Preview, v0 Sep 24, 2026 4:19am UTC

@ctate
ctate merged commit 497260f into main Sep 24, 2026
36 of 38 checks passed

This branch was successfully deployed

1 active deployment
Preview — c7328dd3 Deployed Sep 24, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant