[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
272
stars
122
forks
source link
Improve performance and reduce allocations in DecisionTreeBuilder<T>. #875
Closed
drieseng closed 6 years ago
Improves performance and reduces allocations in DecisionTreeBuilder.
Before:
After:
Benchmark is available here.