📄️ getFasterFunc
This method takes any number of arbitrary functions as input and returns the fastest one in terms of execution time
📄️ getFasterFuncCb
This method takes any number of arbitrary async functions as input and returns the fastest function in terms of execution time in a callback function.
📄️ getFasterFuncSync
This method takes any number of arbitrary async functions as input and returns the fastest function in terms of execution time in a Promise.