dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expressions.
Compiles expression trees 10-40x faster than standard `.Compile()` by leveraging IL generation and avoiding the sandbox overhead of DynamicMethod, while producing delegates with comparable or superior runtime performance. Provides LightExpression—a stripped-down alternative to System.Linq.Expressions that reduces memory footprint for scenarios prioritizing compilation speed over full expression flexibility. Widely adopted by DI containers (DryIoc, Lamar, StructureMap), ORMs (LINQ2DB, Marten), serializers (Apex.Serialization, Mapster), and message brokers (Rebus, NServiceBus).
1,349 stars. Actively maintained with 16 commits in the last 30 days.
Stars
1,349
Forks
92
Language
C#
License
MIT
Category
Last pushed
Mar 17, 2026
Commits (30d)
16
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/dadhi/FastExpressionCompiler"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
IntelliTect/Coalesce
Quickly build amazing web apps
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...