lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[hal:utils] Reduce dynamic allocation of strings #66

Closed lerwys closed 4 years ago

lerwys commented 8 years ago

Issue by lerwys Friday Jan 09, 2015 at 19:20 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/66


Problem: Some functions (e.g., halutils_stringify_dec_key ()) in hal_utils, which are used moderately throughout the code, dynamic allocated strings. This can cause performance penalties. Try to use, perhaps, a static buffer or another solution

lerwys commented 4 years ago

This is not in the critical performance path