Skip to content

StoregateSvc:retrieve. Avoid un-needed allocation of std:string.

StoregateSvc:retrieve.

Avoid un-needed allocation of std:string due to static_cast<std::string> , when the TKEY type is already std::string. There was an extra allocation for std::string visible in profiles (not that high up but visible)

@ssnyder I hope I understood the overload suggestion correctly.

I guess you should approve this in anycase.

The difference for std::string input is kind of

Edited by Christos Anastopoulos

Merge request reports