libhal-google / libhal-util

libhal utility functions, interface wrappers, and types to help manage usage of embedded resources
Apache License 2.0
1 stars 4 forks source link

Verify concepts performance & space savings #61

Open kammce opened 1 year ago

kammce commented 1 year ago

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.