bung87 / scorper

scorper is a micro and elegant web framework written in Nim
Apache License 2.0
80 stars 6 forks source link

router performance #14

Open bung87 opened 3 years ago

bung87 commented 3 years ago

https://github.com/mattaylor/whip/blob/a9fd1f04ba0167727dd0dbf9235791f708147992/whip.nim#L121-L123

    var sim = my.simple[beast.httpMethod.get()]
    var req = initWreq(beast)
    if sim.hasKey(req.uri.path): return sim[req.uri.path](req)