-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, an error contains a simple std::string which can lead to unnecessary overhead due to string copying.
Since many error strings are constant, it might be sufficient to store a pointer to some constant memory.
Further testing and benchmarking required.
Also some additional investigation if the non-constant strings are actually necessary.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request