You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2018. It is now read-only.
This lamdba is allocating about 6mb across 10000 requests of a simple MVC app. We could easily make this 0 by turning the lambda into an instance method and caching a delegate to it.