performance: do not zero temporary buffer
On C++14 make_unique function also zeroes the newly allocated buffer. It turns out that this operation is increadibly slow for such a big buffer. Moreover we don't need a zeroed buffer here.
parent
a644e99c
Please register or sign in to comment