Skip to content

Add benchmarks and trim signature overhead - #140

Open
thibmeu wants to merge 1 commit into
cloudflare:mainfrom
thibmeu:remove-unecessary-slices
Open

Add benchmarks and trim signature overhead#140
thibmeu wants to merge 1 commit into
cloudflare:mainfrom
thibmeu:remove-unecessary-slices

Conversation

@thibmeu

@thibmeu thibmeu commented Aug 31, 2026

Copy link
Copy Markdown
Member

Add repeatable timing and V8 trace tools for the TypeScript packages. Use their results to remove avoidable field scans, buffer copies, and per-call WebCrypto setup.

To be fair, we improve performance but very much on the side. The bulk of the work is, as expected, WebCyrypto operations.

Add repeatable timing and V8 trace tools for the TypeScript packages. Use their results to remove avoidable field scans, buffer copies, and per-call WebCrypto setup.
@thibmeu thibmeu self-assigned this Aug 31, 2026
@thibmeu thibmeu added the enhancement New feature or request label Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant