What's Changed
- perf(routing): validate a lone JSON body straight from bytes by @4thel00z in #1
- perf(routing): leave dynamic routes out of static buckets they cannot match by @4thel00z in #2
- perf(routing): dispatch included static routes inline by @4thel00z in #3
- perf(routing): collapse three coroutine frames on the request path by @4thel00z in #4
- perf(routing): send the serialized response straight from the route app by @4thel00z in #5
- perf(routing): plain_route_app sends parameter routes' responses directly by @4thel00z in #6
- perf(routing): untyped returns take the direct-send path by @4thel00z in #7
- perf(deps): params_route_app reads path and query params from the scope by @4thel00z in #8
- perf(deps): trim the parameter solver's per-request layers by @4thel00z in #9
- perf(deps): cache per-dependant facts instead of recomputing them per request by @4thel00z in #10
- perf(deps): compile each dependant's parameter plan once by @4thel00z in #11
- perf(routing): one-frame app for routes with dependencies by @4thel00z in #12
- perf(deps): solve leaf dependants inside the parent's loop by @4thel00z in #13
- perf(routing): body_route_app reads the body from receive and sends directly by @4thel00z in #14
New Contributors
Full Changelog: v0.1.0...v0.2.0