common/hex_util: Reserve std::string memory ahead of time
Avoids potentially performing multiple reallocations (depending on the size of the input data) by reserving the necessary amount of memory ahead of time. This is trivially doable, so there's no harm in it.master
parent
a62088539e
commit
969cd6dc1d
Loading…
Reference in New Issue