zacharygolba / via

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

refactor(via-router): rm RouteStore and move fields to Router #45

Closed zacharygolba closed 2 weeks ago

zacharygolba commented 2 weeks ago

Removes the route store and moves the fields to Router. This allows us have a more clear separation of concerns that also results in reduced memory usage.