apify-library
apify-library copied to clipboard
Improvment
The router is doing string comparison to find out the right Controller and Function.
Example there are 20 controller and 20 functions the worst case scenario might be 400 loop to find out the right Method. This is too costly.