mccalltd / AttributeRouting

Define your routes using attributes on actions in ASP.NET MVC and Web API.
http://mccalltd.github.io/AttributeRouting/
MIT License
416 stars 89 forks source link

Improve performance of ObjectExtensions.SafeGet by avoiding expression compilation #217

Closed youssefm closed 11 years ago

youssefm commented 11 years ago

In my own private tests, this multiplied performance in Web API scenarios by a 5x factor, a huge difference

mccalltd commented 11 years ago

Thanks a bunch!

mccalltd commented 11 years ago

Available now with v3.5.4. Thanks again!