trash-d: Replacement for rm that uses the trash bin

rushsteve1 rushsteve1 at rushsteve1.us
Wed Aug 25 17:21:02 UTC 2021


On Wednesday, 25 August 2021 at 13:52:32 UTC, Paul Backus wrote:
> To be honest, you could probably remove `pragma(inline)` from 
> the program altogether and not notice a difference. A program 
> like this is almost certainly going to be bottlenecked on IO 
> long before function-call overhead makes a noticeable 
> difference to performance.

Thanks for the help, I did end up just removing the 
`pragma(inline)` attributes. You're right, they're a premature 
optimization that doesn't really add anything. Compiler might 
inline them anyway, it's smarter than me :)




More information about the Digitalmars-d-announce mailing list