zacharygolba / via

A multi-threaded async web framework for people who appreciate simplicity.
Apache License 2.0
1 stars 0 forks source link

feat(via-router): perf improvements and reduced memory usage #13

Closed zacharygolba closed 2 months ago

zacharygolba commented 2 months ago

Attempts to clean up the code in via-router similar to #12 but keeps the business logic within impl Visitor block. The code in this PR seems easier to reason about and the performance is better (if you drop the changes in 192d075).