Hey people,
So I like optimisation. Like I just mixed some bash and php to give my piratebay workflow a little multithreading boost (updates are regular so be sure to install with packal).
But now I'm thinking: aren't compiled languages supposed to be faster? Technically yes, but workflows are usually very small pieces of code, so is it worth it? Is there a "loading" cost like there is for php for example?