Skip to content

Mux fastpath#261

Open
ASkyFullOfStar wants to merge 13 commits into
mainfrom
mux-fastpath
Open

Mux fastpath#261
ASkyFullOfStar wants to merge 13 commits into
mainfrom
mux-fastpath

Conversation

@ASkyFullOfStar
Copy link
Copy Markdown
Contributor

No description provided.

@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Apr 13, 2026
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Apr 22, 2026
realityone pushed a commit that referenced this pull request Apr 27, 2026
Add an optional exact pre-router for mux that indexes exact method, host, and path routes before falling back to gorilla/mux.

This PR is based on #261 and keeps its mux fast-path work while preserving gorilla/mux registration-order behavior for hostless and methodless routes.

Note: exactRouter is currently experimental. Use it at your own risk.

Closes #261.
realityone pushed a commit that referenced this pull request Apr 27, 2026
Add an optional exact pre-router for mux that indexes exact method, host, and path routes before falling back to gorilla/mux.

This PR is based on #261 and keeps its mux fast-path work while preserving gorilla/mux registration-order behavior for hostless and methodless routes.

Note: exactRouter is currently experimental. Use it at your own risk.

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

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant