Is there a real difference nowadays, performance-wise, between using assembly delegatecall
and the high-level solidity version?
I know that in the past assembly was used so you could get the returned value of the call, but that’s no longer case since the high-level delegatecall
already provides that in the newer solidity versions.