Skip to content

fastest logging

Jeremie Deray requested to merge fastest_logging into master

Replace the repeat_string function by a hard-coded tuple to avoid computation.
It allows up to 25 args in logging macros, easily extendable.

Merge request reports