Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use smallvec for backtracking #65

Open
ibraheemdev opened this issue Jan 2, 2025 · 0 comments
Open

Use smallvec for backtracking #65

ibraheemdev opened this issue Jan 2, 2025 · 0 comments

Comments

@ibraheemdev
Copy link
Owner

Instead of the Vec here, which causes a heap allocation for even simple cases like a root /{*path} fallback. We already have an internal smallvec implementation for route parameters which we should be able to reuse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant