-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In a line line this
| return src && src->type() == typeid(T) ? &static_cast<impl<T> *>(src->m_impl.get())->m_obj : nullptr; |
it turns out the overhead can be 20x more than a regular function call. Could this be improved for the case of low-latency applications?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels