> Maybe because you are not using sink and lent annotations? Also using sink > when it's unnecessary may introduce an unwanted copy.
The compiler emits a warning when there is a potential loss of performance with sink parameters. But, indeed, I cannot be sure that there is not some tweaking to do in my programs when switching to `arc` or `orc`.