rawleyfowler / Humming-Bird

A fun and performant web application framework for Raku
MIT License
44 stars 6 forks source link

Investigate trie based routing #52

Closed rawleyfowler closed 1 year ago

rawleyfowler commented 1 year ago

We may be able to speed up routing with a trie based routing approach similar to Opium. It's probably worth looking into.

rawleyfowler commented 1 year ago

Overall, I think this is far less performant than the hash routing that is implemented right now.