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
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Using timeout auto p_timeout forces the util APIs to be header only. If function_ref is used then the API implementation can be split from the header. But the concern is that this will cause performance and even code size issues. This issue is to verify if this is actually true and how bad the performance can be.
The text was updated successfully, but these errors were encountered:
Using
timeout auto p_timeout
forces the util APIs to be header only. If function_ref is used then the API implementation can be split from the header. But the concern is that this will cause performance and even code size issues. This issue is to verify if this is actually true and how bad the performance can be.The text was updated successfully, but these errors were encountered: