Problem
KLL compactor merge is a standalone function at this moment. This function is a safe function. If changing it to an unsafe function (with unsafe memory swapping operations), is it going to be faster?
Scope
Needs to check if this modification is really necessary. Re-evaluate the necessity of introducing unsafe operations.
Problem
KLL compactor merge is a standalone function at this moment. This function is a
safefunction. If changing it to anunsafefunction (withunsafememory swapping operations), is it going to be faster?Scope
Needs to check if this modification is really necessary. Re-evaluate the necessity of introducing
unsafeoperations.