aspnet / HttpAbstractions

[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
382 stars 194 forks source link

Minor perf updates for RVD #1037

Closed rynowak closed 6 years ago

rynowak commented 6 years ago

Porting changes from perf work in https://github.com/aspnet/Routing/pull/788

Includes porting/adding the RVD benchmarks, as well as a new TryAdd method.

See perf results in the linked PR: Before: https://github.com/aspnet/Routing/pull/788#issue-214056584 After: https://github.com/aspnet/Routing/pull/788#issuecomment-419607738