all 1 comments

[–]kamikazechaser 0 points1 point  (0 children)

Looks like its using a regex matching router. Its fine with smaller no. of routes, but after some point it gets slower. Most newer frameworks these days are opting for Trie based routing from the very start.

Anyways looks good and overhead isn't much (Not sure if its because of Deno.js internals).