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): continued memory usage improvements #33

Closed zacharygolba closed 2 weeks ago

zacharygolba commented 2 weeks ago

Makes a number of improvements to the memory usage of via-router by avoiding building references in recursive context and using a named struct that doesn't implement Copy for match ranges.