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
This is a blanket issue to refactor this middleware to be more efficient, more rusty, and use better conventions.
In particular this middleware unnecessarily uses String and Vec in many places, which leads to unnecessary clones of data and is likely to be pretty slow.
The text was updated successfully, but these errors were encountered:
This is a blanket issue to refactor this middleware to be more efficient, more rusty, and use better conventions.
In particular this middleware unnecessarily uses String and Vec in many places, which leads to unnecessary clones of data and is likely to be pretty slow.
The text was updated successfully, but these errors were encountered: