a554ea219a
This regresses performance of the .extend(s) benchmark where s is a slice; to compensate add a private extend_from_slice method that we can use where possible (clone_from, try_from).