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
Description of the feature
To improve performance, instead of using dynamic dispatch at runtime, in Server::build we could create a fixed list pointers to all registered handlers, which could be iterated through without having to use any dyn_handle.
Is your feature request related to a problem?
Not related to a problem, just a performance improvement
The text was updated successfully, but these errors were encountered:
Description of the feature
To improve performance, instead of using dynamic dispatch at runtime, in
Server::build
we could create a fixed list pointers to all registered handlers, which could be iterated through without having to use anydyn_handle
.Is your feature request related to a problem?
Not related to a problem, just a performance improvement
The text was updated successfully, but these errors were encountered: