knowhere
knowhere copied to clipboard
refactor memory management
Replaced some new T[]
with std::make_unique<T[]>
to make the code safer.
/kind improvement