[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
272
stars
122
forks
source link
Improves performance and reduce allocations in DefaultEndpointDataSource #882
Closed
drieseng closed 6 years ago
Improves performance and reduce allocations in DefaultEndpointDataSource, and improves test coverage.
Before:
After:
Benchmark is available here.