mirror of https://git.suyu.dev/suyu/suyu
telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId()
Given these functions aren't intended to be used frequently, there's no need to keep the std::string instances allocated for the whole lifetime of the program. It's just a waste of memory.merge-requests/60/head
parent
b1d238bbb8
commit
b5fb246a99
Loading…
Reference in New Issue