For most web-apps this is definitely true. But an efficient router doesn't hurt either.
If the router scales well, the routing part will never become your bottleneck. If the router is also memory efficient, it can reduce the amount of time the Garbage Collector needs.
Comments
For most web-apps this is definitely true. But an efficient router doesn't hurt either. If the router scales well, the routing part will never become your bottleneck. If the router is also memory efficient, it can reduce the amount of time the Garbage Collector needs.
The point was that the routing part is highly unlikely to become your bottleneck in any case.