You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: