apify-library icon indicating copy to clipboard operation
apify-library copied to clipboard

Improvment

Open muralipch opened this issue 11 years ago • 0 comments

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.

muralipch avatar Mar 19 '14 17:03 muralipch