LinqOptimizer
Query optimizer
Automates query optimization and compilation for LINQ queries in F#
An automatic query optimizer-compiler for Sequential and Parallel LINQ.
477 stars
50 watching
45 forks
Language: F#
last commit: about 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
cathei/linqgen | An optimization project for LINQ queries using code generation to reduce allocations and improve performance. | 287 |
netfabric/netfabric.hyperlinq | Provides an optimized implementation of LINQ operations with minimal heap allocations and support for various data types. | 876 |
antiufo/roslyn-linq-rewrite | Compiles C# code by rewriting LINQ expressions into plain procedural code to reduce allocations and dynamic dispatch. | 716 |
anapsid/anapsid | An adaptive query processing engine designed to optimize performance for SPARQL endpoints | 18 |
planetis-m/ssostrings | An optimized string data type designed to reduce runtime memory allocations on embedded systems. | 17 |
colineberhardt/linqtoobjectivec | A fluent query API for Objective-C inspired by Linq | 723 |
magnificentpako/marami | A Prolog implementation of a query optimization and execution algorithm for efficient processing of complex queries | 10 |
renecannao/proxysql | A high performance proxy designed to improve MySQL and other database backends' performance by caching and optimizing queries. | 25 |
manageiq/optimist | An option parser generator for Ruby that simplifies command-line interface development with automatically generated help pages and sensible defaults. | 252 |
kutyel/linq.ts | A TypeScript implementation of a query language for working with arrays and objects | 850 |
ryujisamejima/linq | An Objective-C implementation of LINQ-like query methods for working with arrays and other collections | 7 |
alirezanet/gridify | A library that simplifies the process of filtering, sorting, and paginating text-based data using dynamic LINQ queries. | 863 |
lnis-uofu/lsoracle | A framework that optimizes digital logic using different optimization techniques and tools | 97 |
zzzprojects/system.linq.dynamic.core | A .NET library that enables dynamic LINQ queries on top of IQueryable objects. | 1,569 |
fsprojects/sqlprovider | A general .NET/Mono SQL database type provider with support for LINQ queries and CRUD operations. | 580 |