Skip to content

perf: optimize bridge encoding and dispatcher hot paths#16

Merged
Nadhila-dot merged 2 commits intodev/unofrom
feat/bridge-and-cache-improvements
Mar 29, 2026
Merged

perf: optimize bridge encoding and dispatcher hot paths#16
Nadhila-dot merged 2 commits intodev/unofrom
feat/bridge-and-cache-improvements

Conversation

@JustaCube
Copy link
Copy Markdown
Collaborator

  • Pre-encode common content-type header name/values to skip textEncoder on hot path
  • Fast-path middleware skip when no middlewares are attached to a route
  • Refactor Rust native lib for improved cache and dispatch performance

Nadhila-dot and others added 2 commits March 29, 2026 13:46
- Pre-encode common content-type header name/values to skip textEncoder on hot path
- Fast-path middleware skip when no middlewares are attached to a route
- Refactor Rust native lib for improved cache and dispatch performance

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@JustaCube JustaCube requested a review from Nadhila-dot March 29, 2026 08:42
@Nadhila-dot Nadhila-dot changed the base branch from main to dev/uno March 29, 2026 08:47
@Nadhila-dot Nadhila-dot merged commit a2cfa93 into dev/uno Mar 29, 2026
2 checks passed
@Nadhila-dot Nadhila-dot deleted the feat/bridge-and-cache-improvements branch March 29, 2026 19:37
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.

2 participants