Pulse icon indicating copy to clipboard operation
Pulse copied to clipboard

Why not use StaticString for #line #function and #file in LoggerStore.storeMessage?

Open Scvairy opened this issue 5 months ago • 1 comments

It is a common thing to use StaticString for known at compile-time strings, it reduces overhead of regular modifiable Strings.

Why is it decided to use String instead of StaticString?

Scvairy avatar Feb 13 '24 12:02 Scvairy

I'm not sure if we will gain any benefits in performance, but I suggest to give it a try.

Scvairy avatar Feb 13 '24 13:02 Scvairy