Verified Commit 930c3c46 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment