This function currently recursively duplicates entire trees and is called extensively, needs better memory management (pool/arena?). The new memory management should be built into the function itself and/or directly called from within the function body.
This function currently recursively duplicates entire trees and is called extensively, needs better memory management (pool/arena?). The new memory management should be built into the function itself and/or directly called from within the function body.