Closed rkrasiuk closed 6 months ago
Avoid unnecessary subsequent reallocations and expanded parent path, only allocate on demand. Avoid cloning vec arguments passed to the function.
Can merge once clippy fixes are fixed!
@kevaundray should be fixed now!
Description
Avoid unnecessary subsequent reallocations and expanded parent path, only allocate on demand. Avoid cloning vec arguments passed to the function.