Hacker News new | ask | show | jobs
FastExpressionCompiler many times faster than Expression.Compile() on .NET (github.com)
2 points by dzmitry_lahoda 3238 days ago
1 comments

It is possible to create something faster as replacement of low level .NET Base Class Library (BCL) primitive. What are other similar examples?