Found 17 packages
FastExpressionCompiler 5. 10-40x times faster than Expression.Compile()
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
DryIoc is fast, small, full-featured IoC Container for .NET
FastExpressionCompiler for LightExpression is 10-40x times faster than Expression.Compile()
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
The MathEvaluator.FastExpressionCompiler .NET library allows you to evaluate and compile any math expressions from a string dynamically. It supports a wide range of operations and allows for the use of custom variables, operators, and functions. The evaluator can be configured for different contexts, such as scientific or programming math expressions, making it highly versatile for various use cases. This flexibility, combined with its high performance, makes it an excellent choice for developers needing a robust mathematical evaluation tool. Extended with the FastExpressionCompiler's CompileFast() methods, it is 10-40x faster than the traditional Compile() method.
FastExpressionCompiler adapter for handlebars.csharp
Allows to configure DbFun to compile expressions with FastExpressionCompiler instead of standard System.Linq.Expressions-based compiler. Thanks to faster compilation (even 10-14x), its usage improves startup performance and, in some cases, runtime performance.
Flee is an expression parser and evaluator for the .NET framework. It allows you to compute the value of string expressions such as sqrt(a^2 + b^2) at runtime. It uses a custom compiler, strongly-typed expression language, and lightweight codegen to compile expressions directly to IL. This means that expression evaluation is extremely fast and efficient.
The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parsing and evaluation engine. The parsing engine supports numerous forms of functional and logic processing semantics and is easily extendible. https://www.partow.net/programming/exprtk/index.html
C# Visual Studio T4 template processing for compiling regular expressions into code for ultra fast execution of several parallel regular expressions. This project is inspired by the re2c regular expression compiler.
包装FastExpressionCompiler,字符串条件表达式返回Bool
The C++ Mathematical Expression Toolkit Library (ExprTk) Extra Examples https://www.partow.net/programming/exprtk/index.html
ILMath is a hyper-fast and flexible math expression parser for C# and .NET.
Prints System.Type object as a valid C# literal, e.g. typeof(A<X>.B<Y>.C) as a "A<X>.B<Y>.C"