Skip to content

Comment on Show HN: Go HTTP Request Router Benchmarkparent

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.